Side view camera
by Taras (TSK) Anatsko · in Torque Game Engine Advanced · 01/24/2009 (1:33 pm) · 1 replies
How i can make side view camera for 3d platformer?
About the author
by Taras (TSK) Anatsko · in Torque Game Engine Advanced · 01/24/2009 (1:33 pm) · 1 replies
Torque Owner Jason "fireVein" Culwell
Thats where all the camera positioning and rotation stuff for a ShapeBaseObject resides. You can mess around with that code to change the default camera behaviors. Heres some additional code you can use to experiment with:
To manipulate the position, you can use camPos.x, camPos.y, and camPos.z.
I'll leave the rest up to you as an exercise.