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

Shadow issue #93

Open w0rm opened 3 years ago

w0rm commented 3 years ago

I've been working on some updates to the physics examples and found out that when using a large quad for the floor, the shadows from the table are rendered incorrectly.

Screenshot 2021-01-09 at 18 18 21

Changing the quad dimensions to 15m fixes the issue