How to import the softbody model generated by blender

wolves86
Posts: 8
Joined: Wed Dec 14, 2011 11:46 am

How to import the softbody model generated by blender

Post by wolves86 »

Hello everybody:

I generated a softbody .bullet file from blender. But I failed to import it to Bullet. I can import the rigidbody sucessfully following the SerializeDemo model. Could you give me some suggestions. Thank you very much.
You do not have the required permissions to view the files attached to this post.
Last edited by wolves86 on Fri Jul 13, 2012 1:51 am, edited 1 time in total.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: How to import the softbody model generated by blender

Post by Erwin Coumans »

Can you attach the .blend and .bullet file to this topic (zipped)?

Thanks,
Erwin
wolves86
Posts: 8
Joined: Wed Dec 14, 2011 11:46 am

Re: How to import the softbody model generated by blender

Post by wolves86 »

Thank you very much. I added the .bullet file and I used the methods of class MySoftBulletWorldImporter : public btBulletWorldImporter in SerializeDemo model.