-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebGLRenderer: Add support for GLTF opaque alpha_mode #22428
Conversation
Another option that my younger-self proposed was: material.format = THREE.RGBFormat; |
I think for the time being I'm going to go with |
I'm OK with I do not really like the name |
Maybe yeah... Although GLTF is currently confusing. Getting transmission to work in
|
I guess I think of glTF's |
I see. That makes sense. |
Setting |
Yeah... I'm going to continue working on this issue this month. |
/cc #22598 (comment) |
Related issue: #22414 #22424
Description
I think this is how GLTF's OPAQUE ALPHA_MODE is supposed to behave.
(Ab)using
blending
doesn't feel right though.We should be able to reuse
NormalBlending
, but we need a way to trigger the#define OPAQUE
in the shader./cc @donmccurdy @WestLangley @elalish