C3DCamera::Position
Syntax: Position(float x, float y, float z) Purpose:
Positions the camera at an absolute 3D point. Parameters:
x, y, z - The new position for the camera in world space
Returned value(s): None Application:
c.Create(s) c.Position(0,0,-8) c.Orient(0,0,1,0,1,0) c.SetBackPlane(500)
Additional Info:
The orientation of the camera is unchanged by this command