setCameraFov abstract method

Future setCameraFov(
  1. double degrees,
  2. double width,
  3. double height
)

Sets the current scene camera to the glTF camera under name in entity.

Implementation

Future setCameraFov(double degrees, double width, double height);