stainedGlassLamp/glTF-JPG-PNG alpha is 0.5
andreasplesch opened this issue · 4 comments
andreasplesch commented
The no extension JPG-PNG variant of the stained glass lamp model has a base color alpha for the amber beads of 0.5:
while it should have an alpha of 0.75 according to the description at
https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/StainedGlassLamp#gltf-jpg-png
which also looks better.
So either the material or the description should be updated.
bghgary commented
@echadwick-wayfair?
andreasplesch commented
I only noticed because of two conspiring bugs in my renderer which completely clipped the amber beads due to incorrect alphacutoff interpretation. Probably nobody had really noticed before but the beads do look better with higher opacity.
echadwick-artist commented
Thanks for the catch! Also fixed some missing bufferViews.
andreasplesch commented