getCameraProjectionMatrix method

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

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

Implementation

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