Moving Character from start

flower85

15-03-2007 16:31:29

Hello
I need Advice how moving Charachter in my Scene
where all Objects with Tree Collision
I search in the forums
but I neeed the Principles for Moving

for bignner
from the start to the End

Please
:(

walaber

17-03-2007 05:55:58

there is a lot of information on this forum about your problem. search for "character movement" or "inverse dynamics"

also please search on the Newton forum:
http://newtondynamics.com/forum/index.php

basically, you need to do this:

Force = ((desiredVelocity- currentVelocity) / TimeStep) * mass