webgl-operate
webgl-operate copied to clipboard
support for alpha-textures in gltf-loader
we should discuss this further, but probably something like:
- materials should have alpha information, so render pass can query this information and adjust rendering accordingly
- perhaps an
alpha rendering config
helper that provides simpler interface on common alpha blending and alpha2coverage setups?