RSS Amplifier

Home on AndrewMarsh.com · Nov 28, 2016

Dynamic Shadows

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Figure 1 : A screenshot of the Dynamic Shadows app running within a web browser. Launch app in new tab... This is my first real experiment with shadow mapping in WebGL. I’ve always used shadow volumes in previous OpenGL work, but calculating and projecting visible edges in real-time in JavaScript seems unnecessarily onerous. Thus, I wanted to see how much of the process could be done on the…

Figure 1: A screenshot of the Dynamic Shadows app running within a web browser.
Launch app in new tab...

This is my first real experiment with shadow mapping in WebGL. I’ve always used shadow volumes in previous OpenGL work, but calculating and projecting visible edges in real-time in JavaScript seems unnecessarily onerous. Thus, I wanted to see how much of the process could be done on the GPU and whether this is a reasonably viable alternative for the kind of shadows I need.

Read on /software/shadows3d-web/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.