Skip to content

v0.2.3

Compare
Choose a tag to compare
@sean1832 sean1832 released this 05 Oct 17:21
· 25 commits to main since this release

Version 0.2.3

This release addresses several issues, including the normalization of light colors to prevent them from exceeding white. It also implements a conversion from sRGB to linear color space, accommodating the difference between Rhino's sRGB and Blender's linear RGB. Additionally, a more compact data model is adopted, representing coordinates as lists instead of dictionaries.

✨ Feature:

  • light conversion: Implement Light Conversion and Data Model Adaptation; Fix sRGB to Linear Conversion by @sean1832 in #33
  • light center: Use position as rectangular light center by @sean1832 in #32

🐛 Bug Fixes: