ODE INTEGRATION

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
LUCA REGINI

ODE INTEGRATION

Post by LUCA REGINI »

I have seen that irrlicht integrates quite well with ODE. For the moment i have jsut read the documentation but now i am going to do some experiments. Just for curiosity i am going to make a question anyway:

Irrlicht provide a function to get Trimesh data. What is the efficiency penalty associated with the call of this function? Execution time? Data duplication? Does Irrilicht memorize meshes in a format compatible with ODE's trimesh?

Greets
Luca
Mercior
Posts: 100
Joined: Tue Feb 24, 2004 1:53 am
Location: UK
Contact:

Post by Mercior »

Just FYI I spent about a month trying to get ODE trimeshes working to no avail. I also found ODE to be somewhat buggy compared to other physics solutions out there.
Guest

Post by Guest »

I didn't find any problem at all in compiling ODE with trimesh support.
I don't know of any open source solution that is rich in features as ODE is.

Can u please gimme some pointers??

Greets
Luca
Mercior
Posts: 100
Joined: Tue Feb 24, 2004 1:53 am
Location: UK
Contact:

Post by Mercior »

Yes, its easy to *compile* ODE with trimesh support, but try to use them in your program and ODE starts to crash a lot :( I think tomahawk is open source.. but it doesnt do meshes either afaik.

www.physicsengine.com - free, but not open source. will do meshes though
Post Reply