WebGL illumination

In this illumination example, we are going to try to recreate this animation using pure WebGL and some primitives pre-defined to help us do the creation of the objects. You can find the complete source code HERE or watch the code running here:


WebGL Example: Electric Flower

Electric Flower is a WebGL project made by Henrik RydgŒrd that is part of the WebGL example collection available in this link.

I chose this rather simple example because it shows how we can make some incredible looking animations just by reutilizing…