ianmackenzie / elm-3d-scene

A high-level 3D rendering engine for Elm, with support for lighting, shadows, and realistic materials.
https://package.elm-lang.org/packages/ianmackenzie/elm-3d-scene/latest/
Mozilla Public License 2.0
205 stars 27 forks source link

Support transparency #4

Open ianmackenzie opened 7 years ago

ianmackenzie commented 7 years ago

Add rough support by controlling draw order, full support will likely involve depth peeling (multiple render passes)

PixelPartner commented 3 years ago

I could use a fadeIn/Out in my current project

ianmackenzie commented 3 years ago

I think we'll want transparency sooner rather than later at my own work too, but no guarantees on timeline!