setCameraPosition method
Set the camera position in world space. Note this is not persistent - any viewport navigation will reset the camera transform.
Implementation
@override
Future setCameraPosition(double x, double y, double z) {
// TODO: implement setCameraPosition
throw UnimplementedError();
}