xeolabs / scenejs

An extensible WebGL-based 3D engine. This is an archived project.
https://xeolabs.github.io/scenejs/
Other
649 stars 165 forks source link

how to binding png texture with transparent? #505

Open tornado96 opened 7 years ago

tornado96 commented 7 years ago

I have a PNG with an alpha channel I would like it so the transparent parts of the image are transparent when I texture to a quad. Right now they just show up as white. If anyone knows how to do this I would love to hear how you did it.