From 95dac5d4394ef7b339357eb1cf9bb6584fbed0ab Mon Sep 17 00:00:00 2001 From: Ali Helmy Date: Thu, 24 Apr 2014 12:30:28 +0200 Subject: [PATCH] Added in bump mapping section Added Interactive Horizon mapping paper from Microsoft Research. Interactive Horizon Mapping creates shadows on surfaces with bump mapping --- computer_graphics/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 7184efe..32a4a86 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -15,5 +15,8 @@ ### Lighting * [Light Propagation Volumes in CryEngine 3](http://www.crytek.com/download/Light_Propagation_Volumes.pdf) +### Bump mapping +* [Interactive Horizon Mapping: Shadows for bump-mapped surfaces](http://research.microsoft.com/en-us/um/people/cohen/bs.pdf) + ### Interior mapping * [Interior Mapping: A new technique for rendering realistic buildings](http://www.proun-game.com/Oogst3D/CODING/InteriorMapping/InteriorMapping.pdf)