Game Development Community

Camera position?

by University of Gotland (#0017) · in Torque Game Engine Advanced · 03/23/2007 (2:31 am) · 2 replies

If i want my 3rd person camera to be further away, how/where do i change that?

#1
03/23/2007 (7:48 am)
I believe it is defaulting to the camera node on your player model. You can change where it is located in Max/whatever you are using to model. I haven't looked at the camera code in TGEA at all. In TGE, I always implemented the Advanced Camera resource for greater control. It has issues in multiplayer, but I don't concentrate on multiple people in my prototypes, so has worked well for me. I haven't even thought about implementing it in TGEA, though.
#2
03/26/2007 (8:09 am)
Thanks that workt like a charm =)