Skip to content

Lab03: Yue Zhang #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Team Members
Yue Zhang

# Rules screenshot

Wheat grammar
![](lsys1.png)

Square grammar
![](lsys2.png)

Custom plant grammar
Three figures at n = 3, n = 7 and n = 10:

![](custom_3.png)

![](custom_5.png)

![](custom_7.png)

![](tree.png)

This is a tree with a lot of branches on the top. Rule 1 determines how each branch should grow. [[X]+X] creates a bifurcation where two branches grow from the main trunk. F[+FX]-X continues the main branch. All bracket gives a substructure aside from the mainbranch to provide a bunch of twigs tangling together. Rule 2 grows the branch by simply extending it.


# lab03-grammars
Let's practice using grammars! For this lab, please pull up the L-system node in Houdini.

Expand Down
Binary file added custom_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added custom_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added custom_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lsys1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lsys2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.