setCameraCulling method
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
@override
Future<void> setCameraCulling(double near, double far) async {
await _shim.setCameraCulling(near, far).toDart;
}