Skip to main content

3 posts tagged with "irradiance"

View All Tags

· One min read

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.

· One min read

Description:

  • Internal updates were made to the runIrradiance method as well as the on method used to subscribe to events.
  • These updates should not change the interface or behavior of the SDK, but may improve performance in some cases.
  • Reason: These updates were made to improve the maintainability and performance of the SDK. No changes to the public API were made, so no code changes should be necessary on your end.