setCameraFov method
Sets the current scene camera to the glTF camera under name
in entity
.
Implementation
@override
Future<void> setCameraFov(double degrees, double width, double height) async {
await _shim.setCameraFov(degrees, width, height).toDart;
}