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