Sets the background rotation for real-time testing
void setBackgroundRotation(double yawDegrees, double pitchDegrees) { _renderer.setBackgroundRotation(yawDegrees, pitchDegrees); }