SET CAMERA RANGE
This command will set the viewing range of the camera. The Front Value specifies the closest point beyond which the camera starts to draw the 3D scene. The Back Value specifies the furthest point beyond which the camera stops drawing the 3D scene. The parameters must be specified using real numbers greater than zero. The default range starts drawing the 3D scene with a front value of 1 and a back value of 3000.
The built-in Z-Buffer ensures that objects closer to the camera obscure objects that are further away. If you set a very small Front Value and a very large Back Value, you will notice that objects do not always appear behind a closer object. You must ensure that the size of your objects are proportional to the range you select for your 3D scene.
SYNTAX
SET CAMERA RANGE Front Value, Back Value
RELATED INFO
Camera3D Commands
Glossary
EXAMPLE
Camera Range