diff --git a/README.md b/README.md index 91c9197..d60ae13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lab03-grammars +# lab03-grammars | Aboudi Rai Let's practice using grammars! For this lab, please pull up the L-system node in Houdini. ## 1. Wheat grammar puzzle @@ -7,14 +7,48 @@ Look at these iterations (n = 1, 2, 3) of a one-rule grammar. Using the built in square2 square3 +### My Grammar + + +### My Result + + + ## 2. Square grammar puzzle How about this one? Take a screenshot of your rules.\ square1 square2 -square3 +square3 + +### My Grammar + + +### My Results + ## 3. Custom plant -Choose a plant in the world. Working off a reference, design a grammar that mimics the structure of that plant. Unlike our simple puzzles, please use multiple rules for greater complexity. Think carefully about the structure of your grammar! EXPLAIN the structure of your plant in the README. What are the components? What do each of the rules do? Be sure to also include images of a few iterations of your output plant. +Choose a plant in the world. Working off a reference, design a grammar that mimics the structure of +that plant. Unlike our simple puzzles, please use multiple rules for greater complexity. Think +carefully about the structure of your grammar! EXPLAIN the structure of your plant in the README. +What are the components? What do each of the rules do? Be sure to also include images of a few +iterations of your output plant. + +### My Plant +square3 + +### My Grammar + + +### My Result + + +### Discussion +Originally wanting to model a lilyturf house plant, I was playing around with the 3D angle modifiers +and found myself creating branches from all 3D +directions. I was immediately reminded of a dandelion, and went ahead and created a long wiggly +stem, with a node surrounded by white seedlings. + ## Submission - Create a pull request against this repository diff --git a/img/plant-ref.jpg b/img/plant-ref.jpg new file mode 100644 index 0000000..df7e5f7 Binary files /dev/null and b/img/plant-ref.jpg differ diff --git a/img/plant-result.png b/img/plant-result.png new file mode 100644 index 0000000..7690656 Binary files /dev/null and b/img/plant-result.png differ diff --git a/img/plant-rule.png b/img/plant-rule.png new file mode 100644 index 0000000..bd0881e Binary files /dev/null and b/img/plant-rule.png differ diff --git a/img/square-result.png b/img/square-result.png new file mode 100644 index 0000000..e9298c0 Binary files /dev/null and b/img/square-result.png differ diff --git a/img/square-rule.png b/img/square-rule.png new file mode 100644 index 0000000..47e8355 Binary files /dev/null and b/img/square-rule.png differ diff --git a/img/wheat-result.png b/img/wheat-result.png new file mode 100644 index 0000000..39b70bc Binary files /dev/null and b/img/wheat-result.png differ diff --git a/img/wheat-rule.png b/img/wheat-rule.png new file mode 100644 index 0000000..6ff6866 Binary files /dev/null and b/img/wheat-rule.png differ diff --git a/lab03-grammars.hipnc b/lab03-grammars.hipnc new file mode 100644 index 0000000..ea26e1f Binary files /dev/null and b/lab03-grammars.hipnc differ