Game Development Community

Camera setting

by Sylvain Fauteux · in Torque Game Engine · 08/29/2006 (10:50 pm) · 1 replies

I have a little problem

is there a way to modify the camera distance to the player in 3rd person perspective
without adding the advanced camera
i looked every where and i can't find anything about it
even in the source

Help .....
thanks

#1
08/30/2006 (2:43 am)
There are 2 things you cam do. The simple way is by changing the cameraMaxDist and/or cameraOffset variables in the datablock.
eg.

cameraOffset=50;
cameraMaxDist =50;

Or by actually moving the node/joint named "cam" in the model itself. You will need a modelling package like Milkshape 3D or 3D studio Max, to name a few. Then export and put in game.