/shadow-mapping

Simple example of shadow mapping, to be converted to Elm

Primary LanguageJavaScript

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