Vehicle Question
by Stephen · in Torque Game Engine · 08/28/2005 (1:53 am) · 3 replies
#2
08/29/2005 (12:44 am)
It might be an idea to take a look at www.ode.org to see how the constraints work there, and see how you could learn from the constraint code and use it in Torque.
#3
08/29/2005 (2:07 pm)
If you don't know C++, would it not be better to start on a much smaller game... give it a year or two then look at making your truck sim?
Torque 3D Owner James Steele
As for implementing the actual contstraint, I you would have to implement some form of 3dof angular constraint which would apply the proper forces to both bodies. I don;t have any easy examples of this sort of thing at hand, but I'll see what I can find if you want.