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

Test against ray tracers for accuracy #85

Open ianmackenzie opened 4 years ago

ianmackenzie commented 4 years ago

e.g. set up the same scene in elm-3d-scene and Mitsuba and verify that results are similar.

Possibly useful reference for checking exposure logic: https://placeholderart.wordpress.com/2014/11/21/implementing-a-physically-based-camera-manual-exposure/