Ragdoll physics demos?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Guest

Ragdoll physics demos?

Post by Guest »

Howdy ya'll. Anyone thrown together a ragdoll physics tech demo yet?
Tyn
Posts: 932
Joined: Thu Nov 20, 2003 7:53 pm
Location: England
Contact:

Post by Tyn »

The Irrlicht engine is a graphics engine, not a physics engine. It has no support for anything other than very basic physics. However, the Newton Physics engine does have a tutorial on implementing Newton with Irrlicht which is also hosted here. I believe it was created by Mecurior ( sp? ) and the Newton team have modified it to include Rag Doll physics as a tech demo of what can be achieved when integrating Newton into Irrlicht. You should check it out.

http://www.physicsengine.com/
dingo
Posts: 95
Joined: Tue Mar 09, 2004 5:02 am
Location: Brisbane, Australia
Contact:

Post by dingo »

Yeah it is impressive - pity Newton doesn't work in Linux
-= Want your C code to control real life robots? www.users.on.net/~symes =-
Unarekin
Posts: 60
Joined: Thu Apr 22, 2004 11:02 pm

Post by Unarekin »

dingo wrote:Yeah it is impressive - pity Newton doesn't work in Linux
Yet. When it gets to be more mature, the team responsible for it fully plans on porting it over. :)
Post Reply