Closed
Description
Draco encoded attributes whose accessors set normalized : true
are not being normalized correctly during rendering, leading to overblown colors in the second image.
The decoder checks for attribute.normalize()
, but maybe it should use the accessor's normalized
property instead. Right now it doesn't seem possible in the Draco API to set whether an attribute is normalized, so attribute.normalize()
will always be false.
A separate problem is the second gltf only works if dequantizeInShader
is false.