Posted By: 82RJZAE
Using "VIEW" - 07/16/08 19:38
When using the "VIEW" to enable different(multiple) camera views, how would it be made possible for these cameras to follow separate entities or objects (x,y,z)?
For example, when you want to use one camera, you can set that camera to follow the co-ordinates of an entity/object like the following:
For example, when you want to use one camera, you can set that camera to follow the co-ordinates of an entity/object like the following:
Code:
... camera.x = car.x; camera.y = car.y; camera.z = car.z; ...