Bullet DNA structure generator?

Physics APIs, Physics file formats, Maya, Max, XSI, Cinema 4D, Lightwave, Blender, thinkingParticles™ and other simulation tools, exporters and importers
Post Reply
rraallvv
Posts: 30
Joined: Thu Feb 09, 2012 2:39 am

Bullet DNA structure generator?

Post by rraallvv »

Is there a sBulletDNAstr generator?

I would want to add support for serializing the btConeShape, to be able to save and load those shapes to/from .bullet files.
norbie
Posts: 21
Joined: Mon Feb 11, 2013 1:57 pm

Re: Bullet DNA structure generator?

Post by norbie »

Hello!

The source itself is in the BULLETDIRECTORY/Extras/Serialize/makesdna subdirectory.

There you can also find a CMakeLists.txt, but if you are using VS you can also create a project for makesdna by hand as it only uses a couple of files.

Hope that helps.
rraallvv
Posts: 30
Joined: Thu Feb 09, 2012 2:39 am

Re: Bullet DNA structure generator?

Post by rraallvv »

norbie wrote:Hello!

The source itself is in the BULLETDIRECTORY/Extras/Serialize/makesdna subdirectory.

There you can also find a CMakeLists.txt, but if you are using VS you can also create a project for makesdna by hand as it only uses a couple of files.

Hope that helps.
Thanks, very useful, I built the demos with Xcode, maybe makesdna is already build as a target for one of the demo projects, but if not I just have to add the two files and build the executable file in the workspace.
Post Reply