getCameraCullingNear method
Get the distance (in world units) to the near culling plane for the active camera.
Implementation
@override
Future<double> getCameraCullingNear() {
// TODO: implement getCameraCullingNear
throw UnimplementedError();
}