From 696745bc508e08cdd4654bc71274bf30a426e3ad Mon Sep 17 00:00:00 2001 From: Ali Helmy Date: Wed, 23 Apr 2014 16:02:11 +0200 Subject: [PATCH 1/2] Added interior mapping paper --- computer_graphics/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 41a4512..8074e62 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -11,3 +11,6 @@ ### Object modeling * [3-Sweep: Extracting Editable Objects from a Single Photo](http://www.cs.tau.ac.il/~dcor/articles/2013/3-Sweep-Extracting-Editable-Objects.pdf) - [Video](https://www.youtube.com/watch?v=Oie1ZXWceqM) + +### Interior mapping +* [Interior Mapping: A new technique for rendering realistic buildings](http://www.proun-game.com/Oogst3D/CODING/InteriorMapping/InteriorMapping.pdf) From 1f7832f5c0dd4ebd9b818a22fa2f3a3aea8b3a40 Mon Sep 17 00:00:00 2001 From: Ali Helmy Date: Wed, 23 Apr 2014 16:05:11 +0200 Subject: [PATCH 2/2] Lighting section Light propagation volumes paper from cryengine --- computer_graphics/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 8074e62..7184efe 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -12,5 +12,8 @@ ### Object modeling * [3-Sweep: Extracting Editable Objects from a Single Photo](http://www.cs.tau.ac.il/~dcor/articles/2013/3-Sweep-Extracting-Editable-Objects.pdf) - [Video](https://www.youtube.com/watch?v=Oie1ZXWceqM) +### Lighting +* [Light Propagation Volumes in CryEngine 3](http://www.crytek.com/download/Light_Propagation_Volumes.pdf) + ### Interior mapping * [Interior Mapping: A new technique for rendering realistic buildings](http://www.proun-game.com/Oogst3D/CODING/InteriorMapping/InteriorMapping.pdf)