Exploring Opengl 2d Soft Shadows
Exploring Opengl 2d Soft Shadows reveals several interesting facts.
- A very brief demo of my experimental shadowmapping program. It renders the scene twice - firstly, storing the distance to the pixel ...
- In this video we will explore two techniques for creating
- This is the first version of my implementation of dynamic
- By tesselating the quads that represent the walls, we can project
- I am writing a basic
In-Depth Information on Opengl 2d Soft Shadows
Very basic Very basic In this video, we implement percentage closer filtering (PCF) http://projectclover.org/ I decided to use box2d instead of making my own (buggy) simulation. Developing time decreased to half!
An idea for
Stay tuned for more updates related to Opengl 2d Soft Shadows.