setCameraCulling abstract method

Future setCameraCulling(
  1. double near,
  2. double far
)

Sets the distance (in world units) to the near/far planes for the active camera. Default values are 0.05/1000.0. See Camera.h for details.

Implementation

Future setCameraCulling(double near, double far);