ODE, Newton Example?
ODE, Newton Example?
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.
-
- Posts: 17
- Joined: Mon Feb 12, 2007 11:48 pm
- Location: New Zealand
-
- Posts: 17
- Joined: Mon Feb 12, 2007 11:48 pm
- Location: New Zealand
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..
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..