You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
KHR_lights_punctual prescribes the unit of "intensity" for lights, and for point lights this is candela. I have not tested with other lights, but for point lights the exported value is power, which is a different quantity.
To Reproduce
Create point light with intensity = 200W
Export file into gltf
See intensity exported as 200, instead of 200 / (4*pi) or something more correct value
Expected behavior
The power value should be mapped to lumens and then to candela.
Version
OS: Windows
Blender Version 2.82
The text was updated successfully, but these errors were encountered:
Describe the bug
KHR_lights_punctual prescribes the unit of "intensity" for lights, and for point lights this is candela. I have not tested with other lights, but for point lights the exported value is power, which is a different quantity.
To Reproduce
Expected behavior
The power value should be mapped to lumens and then to candela.
Version
The text was updated successfully, but these errors were encountered: