From 8ec30f62308ddaa85f3efe461519e68b466cf6c9 Mon Sep 17 00:00:00 2001 From: Terkel Gjervig Date: Sun, 27 Aug 2017 20:09:56 -0700 Subject: [PATCH] Shadow mapping link added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e53840..ea703d6 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ Creative coding is a different discipline than programming systems in which the - [THREE.js & instanced geometry](http://barradeau.com/blog/?p=1109) - Fluffy predator with three.js and instanced geometry. - [Particle Effects via Billboards](http://www.chinedufn.com/webgl-particle-effect-billboard-tutorial/) - How to create a particle effects with billboarding and WebGL. - [Beautifully Animate Points with WebGL and regl](https://peterbeshai.com/beautifully-animate-points-with-webgl-and-regl.html) - How to create GPGPU particles with regl. +- [WebGL Tutorial: Directional Shadow Mapping without extensions](9www.chinedufn.com/webgl-shadow-mapping-tutorial/) - Introduction to the concepts behind real time directional light shadow mapping. #### Canvas