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: sources: This is a simplified version of this article