Exploring Opengl 2d Soft Shadows
Exploring Opengl 2d Soft Shadows reveals several interesting facts.
- OpenGL shadow
- This is a demonstration of my lighting and
- I am writing a basic
- By tesselating the quads that represent the walls, we can project
- An idea for
In-Depth Information on Opengl 2d Soft Shadows
Very basic Very basic In this video, we implement percentage closer filtering (PCF) A very brief demo of my experimental shadowmapping program. It renders the scene twice - firstly, storing the distance to the pixel ...
Pretty much the same engine as before, but this time the system allows for any shape defined by vertices. The vertices are marked ...
Stay tuned for more updates related to Opengl 2d Soft Shadows.