setCameraFov method
Sets the current scene camera to the glTF camera under name
in entity
.
Implementation
@override
Future setCameraFov(double degrees, double width, double height) {
// TODO: implement setCameraFov
throw UnimplementedError();
}