mmonem / blender2ogre

Automatically exported from code.google.com/p/blender2ogre
GNU Lesser General Public License v2.1
0 stars 0 forks source link

possibility of exporting .bullet file #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
please add support for exporting physics using the .bullet format. from python 
it is trivial:

import bge
import os
bge.constraints.exportBulletFile('file.bullet');

I'm doing this by attaching this as a controller to any object. The problem I 
have now is that I have to manually apply the -y transform on this data for 
ogre compatibility. If you add support for this this translation could be done 
possibly before writing this file (or as a post-process).

Original issue reported on code.google.com by phreakue...@gmail.com on 1 Oct 2012 at 10:15