Answer the question
In order to leave comments, you need to log in
How to determine the direction vector of an object when turning?
I rotate an object with:
function endlessRolling(tank1)
tank1.rotation = 0
transition.to(tank1, {time=2000, rotation = 360, onComplete = endlessRolling})
end
endlessRolling(tank1)
Answer the question
In order to leave comments, you need to log in
Found the answer myself. For anyone interested: https://stackoverflow.com/questions/11343097/coron...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question