setCameraRotation method
Rotate the camera by rads
around the given axis. Note this is not persistent - any viewport navigation will reset the camera transform.
Implementation
@override
Future setCameraRotation(Quaternion quaternion) {
// TODO: implement setCameraRotation
throw UnimplementedError();
}