diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..4f132ba Binary files /dev/null and b/.DS_Store differ diff --git a/1.png b/1.png new file mode 100644 index 0000000..5c8b25d Binary files /dev/null and b/1.png differ diff --git a/2.png b/2.png new file mode 100644 index 0000000..712f243 Binary files /dev/null and b/2.png differ diff --git a/3.png b/3.png new file mode 100644 index 0000000..4b72125 Binary files /dev/null and b/3.png differ diff --git a/4.png b/4.png new file mode 100644 index 0000000..9119363 Binary files /dev/null and b/4.png differ diff --git a/README.md b/README.md index aa87c33..d79c07e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,24 @@ # Lab06 - Reaction Diffusion Let's play with the parameters and setup of the reaction-diffusion equation to create cool effects. You may work with a partner for this lab. **Please choose 3 of the following 5 puzzles/tasks to complete this lab.** Additional puzzles/task may be completed for extra credit. +## Name and PennID +Yuqi Zhang yuqiko + +# Puzzle 1 +![image](./1.png) + +# Puzzle 2 +![image](./2.png) + +# Puzzle 3 +![image](./3.png) + +# Task 1 +![image](./4.png) +I added a noise function to before the set seed node. I also changed the color and the random seed of the point. + + + # Setup Download and open Houdini with the ReactionDiffusionPlayground.hipc file found in this repository. @@ -21,6 +39,9 @@ delta_time = 1 ![image](https://user-images.githubusercontent.com/60444726/197622415-ca9b9623-d01b-4e54-9b1a-b79109248cab.png) +feeding rate = 0.03 + + # Puzzle 2 Modify the **kill rate** to create an simulation that reaches equilibrium very quickly. The rings should be approximately where the starting seeds were, and there should be little change between the 5th and the 100th frame. @@ -36,6 +57,9 @@ delta_time = 1 + + + ![image](https://user-images.githubusercontent.com/60444726/197624737-58ab1aca-accb-4b4a-9654-cdc5fe84e723.png) Frame 5 diff --git a/ReactionDiffusionPlayground.hipnc b/ReactionDiffusionPlayground.hipnc index 1d87f84..d1a09be 100644 Binary files a/ReactionDiffusionPlayground.hipnc and b/ReactionDiffusionPlayground.hipnc differ diff --git a/backup/ReactionDiffusionPlayground_bak1.hipnc b/backup/ReactionDiffusionPlayground_bak1.hipnc new file mode 100644 index 0000000..1d87f84 Binary files /dev/null and b/backup/ReactionDiffusionPlayground_bak1.hipnc differ