Description:
- The runIrradiance method now returns useful values even when the irradiance maps are not visible.
- Reason: Previously, the runIrradiance method would return null when the irradiance maps were not visible. This was not ideal behavior, as it required a work-around to toggle the visibility on and off in order to get the desired values, or required developers to use Aurora REST API's design summary to get the necessary data. This update fixes that behavior, allowing you to get the correct values from the SDK regardless of the visibility of the maps.
- No changes to the public API were made, so no code changes should be necessary unless you are relying on the work-around.