getCameraNear method

  1. @override
Future<double> getCameraNear()
override

Get the distance (in world units) to the near plane for the active camera.

Implementation

@override
Future<double> getCameraNear() {
  // TODO: implement getCameraNear
  throw UnimplementedError();
}