getCameraCullingProjectionMatrix method

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

Implementation

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