Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 450 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 450 Bytes

Shadow mapping example

This is an example of how to implement shadow mapping in webgl. Purpose of this example is to provide an example that can be converted to elm.

Run npm start and open http://localhost:8080 to see it running.

Example:

example

sources:

This is a simplified version of this article