v0.2.3
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