Specifies the limit values of near clipping and far clipping.
FORMAT
#include <Ninja.h>
void njClipZ(n, f)
Float n
Float f
PARAMETERS
Float n
near clipping limit value
Float f
far clipping limit value
RETURN VALUE
None
FUNCTION
Specifies the limit values of near clipping and far clipping.
Since the area behind the screen is represented by a negative Z axis in the Ninja coordinate system, n and f are specified as negative values. (-1.0 => n > f => -65535.0)
Specified values of greater than -1.0 or less than -65535.0 are automatically changed to -1.0 or -65535.0, respectively.