Simple ODE example

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
ChrisC
Posts: 37
Joined: Sun Dec 03, 2006 6:47 am

Simple ODE example

Post by ChrisC »

It was news to me that the site was hacked some time ago, and trying to look at some source for an irrlicht / ode example prompted me to throw something together.

It's probably not the best example of C++ but it's a simple starting point and I'm more than willing to work with someone to improve it, should someone be interested...

http://bedroomcoders.co.uk/using-irrlic ... -together/
http://bedroomcoders.co.uk/captcha/ (contact)
Vectrotek
Competition winner
Posts: 1087
Joined: Sat May 02, 2015 5:05 pm

Re: Simple ODE example

Post by Vectrotek »

Cool! Thanks..
ChrisC
Posts: 37
Joined: Sun Dec 03, 2006 6:47 am

Re: Simple ODE example

Post by ChrisC »

thx - please do contact me if you should think of any improvements, I'd like to improve it and provide a more in depth tutorial at some point...
ChrisC
Posts: 37
Joined: Sun Dec 03, 2006 6:47 am

Re: Simple ODE example

Post by ChrisC »

couldn't resist having a play with trimesh and got it working without too much trouble (need to encapsulate it now), which is nice, just gotta find some nice resources 'cause I suck at making terrains... ;)
Vectrotek
Competition winner
Posts: 1087
Joined: Sat May 02, 2015 5:05 pm

Re: Simple ODE example

Post by Vectrotek »

You could try this..
http://www.tf3dm.com
The_Glitch
Competition winner
Posts: 523
Joined: Tue Jan 15, 2013 6:36 pm

Re: Simple ODE example

Post by The_Glitch »

Looks straight forward. I've been meaning to implement a physics library with my project but you know .....
Post Reply