dudeabot
02-10-2011 16:57:36
Hello,
I am working on a driving simulator for my master thesis, so as the first step i started looking for existing examples and found this nice implementation of user "proof" viewtopic.php?f=6&t=14031
I have integrated and compiled it in one single visual studio project so other users may use it aswell.
NxOgre and critter Version: buggyswires
you can watch the video of it in action here:
http://www.youtube.com/watch?v=-evx87UDRgo
finally here is the project solution(VS 2008):
http://www.gjteam.com.br/vehicleMestrado.rar
lately I have been playing around with some values and watching the result.
Here is my todo list:
.Make the vehicle stop progressively when its not accelerating , right now the vehicle keeps sliding ad infinitum.
.Get the vehicle velocity (body->getLinearVelocity().magnitude will do?)
.Create some real road!
.Play with different values to represent other vehicles, not just sport cars
the great problem now, is that nxwheel is a blackbox class and its more like play and experiment thing..
Any help is appreciated
I am working on a driving simulator for my master thesis, so as the first step i started looking for existing examples and found this nice implementation of user "proof" viewtopic.php?f=6&t=14031
I have integrated and compiled it in one single visual studio project so other users may use it aswell.
NxOgre and critter Version: buggyswires
you can watch the video of it in action here:
http://www.youtube.com/watch?v=-evx87UDRgo
finally here is the project solution(VS 2008):
http://www.gjteam.com.br/vehicleMestrado.rar
lately I have been playing around with some values and watching the result.
Here is my todo list:
.Make the vehicle stop progressively when its not accelerating , right now the vehicle keeps sliding ad infinitum.
.Get the vehicle velocity (body->getLinearVelocity().magnitude will do?)
.Create some real road!
.Play with different values to represent other vehicles, not just sport cars
the great problem now, is that nxwheel is a blackbox class and its more like play and experiment thing..
Any help is appreciated