CameraRange camera,near#,far#  

Parameters:

camera - camera handle
near - distance in front of camera that 3D objects start being drawn
far - distance in front of camera that 3D object stop being drawn

Description:

Sets camera range.

Try and keep the ratio of far/near as small as possible for optimal z-buffer performance. Defaults to 1,1000.

Example:

None.

Index