#2d transparency

6 messages · Page 1 of 1 (latest)

solid glacier
#

I want to enable transparency for a 2d project, with meshes. What's the best way to do this for a WIP project?

I am NOT looking for transparent sprites in the transparent 2d example. I need transparent meshes. And I'd like a simpler solution than setting up my own pipeline like the manual2d example, if possible

dusky marsh
#

Transparency like see-through?

#

or invisible

#

I'm asking this in a dumb way, what I mean is:
Are you trying to achieve only full transparency, so an alpha value of 0, or do you want to be able to visualize any alpha value?

solid glacier
#

Translucent, equivalent to setting the blend mode in the material trait, which the material2d trait doesn provide

cosmic ingot
#

Please excuse the beginner question, but aren't meshes as such necessarily 3d?