Search found 2 matches
- Tue Feb 16, 2010 12:39 pm
- Forum: Beginners Help
- Topic: Problem with ODE/Irrlicht tutorial
- Replies: 16
- Views: 4178
the way you added the lib is ok. I compiled this earlier with vc2005 with pragma. That is not the problem once your link and lib folders are mentioned right in compiler. Now I am recompiling the same thing with vc2008 and get 2 error as yours. Dont know what to do. 1>ode.lib(convex.obj) : error LNK2...
- Sat Oct 11, 2008 1:33 am
- Forum: Advanced Help
- Topic: my ode irrlihct framework, need help with node orientation
- Replies: 0
- Views: 1129
my ode irrlihct framework, need help with node orientation
Please check out my ode irrlicht frame work. it loads a car 3ds and uses ode physics to drive it. 1) however the cars scene node is facing toward the opposite direction from the physics body, that means when the graphics drive forward the back wheels are steering. How can I orient the cars scene nod...