Is there any way to move an object forward in Three.js?
Maybe I should convert the rotation.x,y,z to a vector, and deal with it. But I'm beginner, and I don't have any idea how to do it.
|
Is there any way to move an object forward in Three.js? Maybe I should convert the rotation.x,y,z to a vector, and deal with it. But I'm beginner, and I don't have any idea how to do it. |
|||
|
|
|
Object3D has some handy methods for that.
|
|||||||||||||||
|
|
Here is a nice tutorial http://www.aerotwist.com/tutorials/getting-started-with-three-js/
Okay, guys, more detailed!
details posted here http://gamedev.stackexchange.com/questions/7490/translate-object-in-world-space-usings-its-local-rotation |
|||||||||
|