Page 1 of 1

Bullet DNA structure generator?

Posted: Tue Jul 30, 2013 10:40 pm
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.

Re: Bullet DNA structure generator?

Posted: Wed Jul 31, 2013 5:50 am
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.

Re: Bullet DNA structure generator?

Posted: Wed Jul 31, 2013 6:02 am
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.