-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Now that we support vertex colors with alpha (#20975, #21530) how should GLTFLoader handle it?
Describe the solution you'd like
I can see that it's supposed to be supported:
https://github.com/KhronosGroup/glTF/tree/master/specification/2.0
But should the loader automatically set transparent: true in the material when we find a VEC4 attribute?
Mugen87
