getCameraProjectionMatrix method

  1. @JSExport()
JSPromise<JSArray<JSNumber>> getCameraProjectionMatrix()

Implementation

@JSExport()
JSPromise<JSArray<JSNumber>> getCameraProjectionMatrix() {
  throw UnimplementedError();
  // return viewer.getCameraProjectionMatrix().then((matrix) => matrix.toJSArray<JSNumber>()).toJS;
}