Page 1 of 1

ODE, Newton Example?

Posted: Tue Feb 20, 2007 5:17 pm
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.

Posted: Tue Mar 13, 2007 2:53 am
by ShadowDust
I'll start work on one when I get home (for ODE)

Posted: Fri Mar 16, 2007 7:05 am
by Riki
So anything ready to show yet?

Posted: Sun Mar 18, 2007 9:26 pm
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..