ODE, Newton Example?

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
rcbaxter
Posts: 1
Joined: Tue Feb 20, 2007 5:15 pm

ODE, Newton Example?

Post by rcbaxter »

Does anyone have a working example using ODE or Newton in C# that they'd be willing to share? I have to believe that this has been asked before.
ShadowDust
Posts: 17
Joined: Mon Feb 12, 2007 11:48 pm
Location: New Zealand

Post by ShadowDust »

I'll start work on one when I get home (for ODE)
Riki
Posts: 30
Joined: Tue Feb 27, 2007 9:12 pm
Location: Croatia

Post by Riki »

So anything ready to show yet?
ShadowDust
Posts: 17
Joined: Mon Feb 12, 2007 11:48 pm
Location: New Zealand

Post by ShadowDust »

unfortunatly while making the ODE example I found a few.. unfortunate problems.... I'll have to use Newton...

It took me a while to get around that annoying quaternion rotation too...

my problem was: when an object hit another object, it started defying gravity.
another was: trying to get a proper world working, I even used examples off websites but they either had a weird effect or didn't work either...

Newton doesn't seem to have any of these problems...
but I'm not sure, don't bother waiting for me... try and figure it out yourself... I am still trying but it may take longer then I expected..
Locked