setCameraFov method

  1. @JSExport()
JSPromise<JSAny?> setCameraFov(
  1. double degrees,
  2. double width,
  3. double height
)

Implementation

@JSExport()
JSPromise setCameraFov(double degrees, double width, double height) =>
    viewer.setCameraFov(degrees, width, height).toJS;