OgreNewt

Hunttaaja

07-09-2010 16:12:41

I tryed to use OgreNewt but it seems that there is no OgreNewt in Python-ogre/build/physics/OgreNewt ? How can I install and use physic engines?

andy

10-09-2010 14:00:23

There is bullet and ODE support -- I decided not to continue with OgreNewt as it is in a state of change and isn't open source...

However you can always build you own as the wrapper generating code is in the SVN..

Regards
Andy

jsternberg

15-11-2010 01:56:10

I know you say you aren't maintaining it anymore, but is it still possible to generate the OgreNewt wrappers? I'm running into some errors with trying to generate the wrappers using the following command:


python python-ogre/BuildModule -g ogrenewt


And it gives me this error message:


...
from /home/jsternberg/development/python-ogre/code_generators/ogrenewt/python_ogrenewt.h:9:
/home/jsternberg/development/root/usr/include/boost/type_traits/is_enum.hpp:181: error: a function call cannot appear in a constant-expression
/home/jsternberg/development/root/usr/include/boost/type_traits/is_enum.hpp:181: error: template argument 2 is invalid


Have you ever seen this error message before and does it have any quick fixes? I'm trying to update a system that uses OgreNewt and would prefer to not have to do extra work to switch over to OgreBullet if possible.