POINTS THE CAMERA TO THE 3D OBJECT NUMBER N
ACTION
The command POINT_OBJECT N points the camera to the 3D object number N: the camera turns towards the 3D object number N and its pointing direction is the direction to the 3D object number N.
SYNTAX:
POINT_OBJECT N
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem create a cube
3d_cube 1,1
rem create a cylinder
3d_cylinder 2,1,0.5,0.5
rem position the cylinder
3d_x_position 2,2
rem point the camera to the cylinder
point_object 1,2
POINT_OBJECT
POINT_OBJECT N
SEE ALSO
CAM_PITCH
CAM_ROLL
CAM_TURN