CameraRange()
Syntax
CameraRange(#Camera, Near, Far)Description
Changes camera near and far range.
Parameters
#Camera - The number of the camera you want to change the range of. This is the value which you used when you created the camera using CreateCamera()
Near - The closest distance to the camera where the world should be rendered.
Far - The largest distance to the camera where the world should be rendered.
Return value
This command does not return any value.
Supported OS
Windows, Linux