getCameraCullingProjectionMatrix method

  1. @override
Future<Matrix4> getCameraCullingProjectionMatrix()
override

Get the camera's culling projection matrix. See Camera.h for more details.

Implementation

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