Added Real-time rendering link.

This commit is contained in:
Terkel
2017-03-29 19:13:44 +02:00
committed by GitHub
parent 95d632215f
commit 023f4faa8f

View File

@@ -209,6 +209,7 @@ Creative coding is a different discipline than programming systems in which the
- [Smooth minimum](http://iquilezles.org/www/articles/smin/smin.htm) - Article about the smooth based primitive union.
- [Modeling with distance functions](http://iquilezles.org/www/articles/distfunctions/distfunctions.htm) - Collection of distance functions in one centralized place.
- [Volumetric rendering](http://www.alanzucconi.com/2016/07/01/volumetric-rendering/) - Explains how to create complex 3D shapes inside volumetric shaders.
- [Real-time Rendering](http://www.realtimerendering.com/) - Book, blog and collection of resources regarding real-time rendering.
## Tools