Pointing the Camera
by Quentin Headen · in Torque Game Engine · 01/26/2008 (12:08 am) · 1 replies
I have a camera in my game that I want pointed at the car at all times. Is there any way I can get the camera to point at any object I please? Please let me know.
Thanks :)
Thanks :)
About the author
Just your average programmer who tries to finish the projects he starts. :) I am currently focused on creating games with Torque engines. My website is http://phaseshiftsoftware.com
Associate Andy Hawkins
DrewFX
%this.camera.setMode("Observer",%this.player); %this.setControlObject(%this.camera);