getCameraCullingProjectionMatrix method
Get the camera's culling projection matrix. See Camera.h for more details.
Implementation
@override
Future<Matrix4> getCameraCullingProjectionMatrix() {
// TODO: implement getCameraCullingProjectionMatrix
throw UnimplementedError();
}