Physics and Irrlicht.NET, the revenge!!

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

Physics and Irrlicht.NET, the revenge!!

Post by buhatkj »

Given this:
http://irrlicht.sourceforge.net/phpBB2/ ... meshbuffer

We now have access to triangle data in .NET through our familiar interface.
Now, the real fun begins:

Can anybody here figure out how to write an ODE.NET tutorial using a trimesh, or a Newton.NET tutorial using a treecollision (or any mesh-based rigid body, in trueaxis, whatever, just in .NET)?
This sort of was discussed on and off again but nobody has really made and submitted a full .NET port of the ODE or Newton tutorials.

I have personally gotten newton.net to work for me, but I cant figure out how to use the treecollisions right, and also it just sorta acts wonky, lots of extraneous and erratic motion in my falling block test

Can it be done? What do you guys think?

It would probably be best to try and do it with tao.ode, since that probably has the best liklihood of continuing to be supported, though all of tao seems to be on extended hiatus....
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
Cube3
Posts: 30
Joined: Wed Mar 15, 2006 7:42 pm
Location: http://cube3.helpmy.net

Post by Cube3 »

A tutorial using irrlicht.net with newton will be made available at the next irrlicht site update.
Platform 3D Engine using Irrlicht.NET
http://cube3.helpmy.net
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

neat!

Post by buhatkj »

cool, Did you write it?
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
mattdibb
Posts: 2
Joined: Sun Apr 23, 2006 10:07 pm

Post by mattdibb »

I've had a look at this - does the wrapper have functions to deal with the newton vehicle stuff (which i think is there - wiki and forums wont let me look...)
Locked