Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions addons/io_scene_gltf2/blender/com/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
import numpy as np
from ...io.com import constants as gltf2_io_constants

PBR_WATTS_TO_LUMENS = 683
PBR_WATTS_TO_LUMENS = 177
# Industry convention, biological peak at 555nm, scientific standard as part of SI candela definition.

# See https://github.com/KhronosGroup/glTF/issues/2473#issuecomment-2688156071
# See https://github.com/KhronosGroup/glTF-Blender-IO/issues/2554

# This means use the inverse of the TRS transform.
def inverted_trs_mapping_node(mapping_transform):
Expand Down