camSetRelPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:


_camera '''camSetRelPos''' [10, 15, 5]<br>
_camera '''camSetRelPos''' [10, 15, 5]<br>
will place the _camera 10 metres to the right of the target, 15 meters directly in front of the target and 5 meters above the target.  Use negative numbers to place the camera behind or to the left of the target.  Note that the location of the camera will depend on the direction the target object is facing.
will place the _camera 10 metres to the right of the target, 15 metres directly in front of the target and 5 metres above the target.  Use negative numbers to place the camera behind or to the left of the target.  Note that the location of the camera will depend on the direction the target object is facing.
 
([[http://dictionary.cambridge.org/define.asp?key=50212&dict=CALD metre]])

Revision as of 19:41, 20 May 2006


camera camSetRelPos position


Operand types:

camera: Object

position: Array

Type of returned value:

Nothing

Description:

Set camera position relative to current position of current target (see camSetTarget).

Does not commit changes.


Example:

_camera camSetRelPos [10, 15, 5]
will place the _camera 10 metres to the right of the target, 15 metres directly in front of the target and 5 metres above the target. Use negative numbers to place the camera behind or to the left of the target. Note that the location of the camera will depend on the direction the target object is facing.

([metre])