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
207 stars 27 forks source link

Create demo scenes for material/light picking #38

Closed ianmackenzie closed 4 years ago

ianmackenzie commented 4 years ago

Would be useful to have a few representative scenes (standalone web apps) with a shape in the middle that has customizable material, roughness etc., and be able to tweak the scene lighting; should provide a nice way to quickly find reasonable material/lighting values

ianmackenzie commented 4 years ago

Perhaps focus on materials first, with fixed lighting; there are more material options than light options, and having fixed lighting would simplify the UI significantly.