Sets the background rotation in degrees.
void setBackgroundRotation(double yawDegrees, double pitchDegrees) { _bg?.setYawPitchDegrees(yawDegrees, pitchDegrees); }