setBackgroundRotation method
Updates renderer-managed background orientation.
Implementation
@override
void setBackgroundRotation(double yawDegrees, double pitchDegrees) {
_backgroundRotation =
_matrix4From3x3(backgroundRotation3x3(yawDegrees, pitchDegrees));
_onNeedsRender?.call();
}