From 275dd48be8b63199c3fef41d69e07f30572eced3 Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:22:56 +0100 Subject: [PATCH] Add the gigavoxel article in the rendering section --- computer_graphics/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 16a296d..13fb52a 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -1,3 +1,5 @@ +### Rendering * [An Improved Illumination Model for Shaded Display](https://www.cs.drexel.edu/~david/Classes/CS586/Papers/p343-whitted.pdf) -* [The Rendering Equation](http://x86.cs.duke.edu/courses/cps124/fall09/notes/16_rendering/p143-kajiya.pdf) \ No newline at end of file +* [The Rendering Equation](http://x86.cs.duke.edu/courses/cps124/fall09/notes/16_rendering/p143-kajiya.pdf) +* [GigaVoxels : Ray-Guided Streaming for Efficient and Detailed Voxel Rendering](http://maverick.inria.fr/Publications/2009/CNLE09/CNLE09.pdf) - [Web page](http://maverick.inria.fr/Publications/2009/CNLE09/) - [Project page](http://gigavoxels.imag.fr/) - [Video](https://www.youtube.com/watch?v=HScYuRhgEJw)