From b4c3866fbd913c82e20a550d1d3e8ad61187fa0f Mon Sep 17 00:00:00 2001 From: Julian Squires Date: Wed, 5 Nov 2014 18:34:53 -0500 Subject: [PATCH] Add procedural modeling and shape grammar links --- computer_graphics/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 5287b59..73d9e42 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -20,3 +20,16 @@ ### Interior mapping * [Interior Mapping: A new technique for rendering realistic buildings](http://www.proun-game.com/Oogst3D/CODING/InteriorMapping/InteriorMapping.pdf) + +### Procedural modeling +* Both of these papers are great examples of a non-traditional + application of grammar-driven generation: + - [Procedural Modeling of Buildings](http://www.peterwonka.net/Publications/pdfs/2006.SG.Mueller.ProceduralModelingOfBuildings.final.pdf) + - [Instant Architecture](http://www.peterwonka.net/Publications/pdfs/2003.SG.Wonka.InstantArchitecture.high.pdf) + +### Shape grammars + +* [Shape Grammars and the Generative Specification of Painting and Sculpture](http://shapegrammar.org/ifip/SGBestPapers72.pdf) + - A seminal paper that lead to many interesting applications in + graphics as well as more broadly in design; see also the + bibliography at [shapegrammar.org](http://shapegrammar.org/).