elm-3d-scene icon indicating copy to clipboard operation
elm-3d-scene copied to clipboard

Add overlay support

Open ianmackenzie opened this issue 5 years ago • 0 comments

Scene3d.overlay : (Camera3d -> Drawing2d.Element msg) -> Option msg

used as

Scene3d.renderWith [ overlay ] lights camera scene

If multiple overlay options are provided, they can simply be combined into one drawing.

ianmackenzie avatar Jul 20 '18 15:07 ianmackenzie