Hi, i making a race car game...
i have a problem when try to simulate the power, and the Gear...
when i have the first gear, i have more power, but les velocity..
and in the last gear, (5) i have the top speed but less engine force
i have the relationships of the corvete:
dim rgear#(7)
rgear(0) = 0
rgear(1) = 2.66
rgear(2) = 1.79
rgear(3) = 1.30
rgear(4) = 1.00
rgear(5) = 0.74
rgear(6) = 0.50
rgear(7) = 2.90
i using ode, i have 2 variables, force and torque...
but i don't know what to do...
someone can helpme with this?...
regards...
Santiago
i have a problem when try to simulate the power, and the Gear...
when i have the first gear, i have more power, but les velocity..
and in the last gear, (5) i have the top speed but less engine force
i have the relationships of the corvete:
dim rgear#(7)
rgear(0) = 0
rgear(1) = 2.66
rgear(2) = 1.79
rgear(3) = 1.30
rgear(4) = 1.00
rgear(5) = 0.74
rgear(6) = 0.50
rgear(7) = 2.90
i using ode, i have 2 variables, force and torque...
but i don't know what to do...
someone can helpme with this?...
regards...
Santiago