Using "VIEW"

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:

Code:
...
camera.x = car.x;
camera.y = car.y;
camera.z = car.z;
...

Posted By: Shadow969

Re: Using "VIEW" - 07/16/08 20:00

just type view's name instead of 'camera' in your code
© 2023 lite-C Forums