A real-time fur rendering implementation using the shell texturing technique in OpenGL. This project demonstrates volumetric rendering, procedural noise patterns, and dynamic physics simulation for ...
Instanced rendering: All of the shells are drawn at once with only one draw call thanks to instanced rendering. The instance ID is used in the vertex shader to figure out what shell that vertex lays ...