diff --git a/README.md b/README.md index aa87c33..ef125d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,38 @@ # 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. +# Answers +## Puzzle 1 + +Picked a feed rate of 0.029 +![](puzzle1.png) + + +## Puzzle 2 + +Picked a kill rate of 0.065 +![](puzzle2.png) + +## Puzzle 3 + +Picked a D_B of 0.3 +![](puzzle3.png) + + +## Task 1 + +Changed the feed rate and the seed so I get a growing expansion from one of the corners. + +![](seedandfeedratechanged.png) + + +## Task 2 + +Video provided (effectonVideo.mp4). +* Applied more height difference +* Made it in normal direction insted of y direction. +* Applied it to torus. +* Changed the colors around. +* Changed seed. # Setup Download and open Houdini with the ReactionDiffusionPlayground.hipc file found in this repository. diff --git a/ReactionDiffusionPlayground.hipnc b/ReactionDiffusionPlayground.hipnc index 1d87f84..d07dea9 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 diff --git a/effectonVideo.mp4 b/effectonVideo.mp4 new file mode 100644 index 0000000..81f4204 Binary files /dev/null and b/effectonVideo.mp4 differ diff --git a/puzzle1.png b/puzzle1.png new file mode 100644 index 0000000..d691d33 Binary files /dev/null and b/puzzle1.png differ diff --git a/puzzle2.png b/puzzle2.png new file mode 100644 index 0000000..32d90cc Binary files /dev/null and b/puzzle2.png differ diff --git a/puzzle3.png b/puzzle3.png new file mode 100644 index 0000000..7046596 Binary files /dev/null and b/puzzle3.png differ diff --git a/seedandfeedratechanged.png b/seedandfeedratechanged.png new file mode 100644 index 0000000..73c7839 Binary files /dev/null and b/seedandfeedratechanged.png differ