From c3dc45e377740e94764b1403ce7190833a10c668 Mon Sep 17 00:00:00 2001 From: wc41 <97757188+wc41@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:23:39 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 53 ++++++++++------------------------------------------- 1 file changed, 10 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index dc16df2..d1a85b7 100644 --- a/README.md +++ b/README.md @@ -1,68 +1,35 @@ # Procedural Jellyfish ## Project Overview -In this homework, you'll create a procedural jellyfish using Houdini. This will give you a chance to dig into procedural modeling, as well as some simulation. Here is a breakdown of the different jellyfish parts you'll be putting together: -Jellyfish Parts +Houdini procedural jellyfish with 5 main components, animated with keyframes and cloth simulation. ---- +## Bell -Here are some SideFX docs that you might find helpful: +![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/0fbac468-1200-4ad7-a607-04f4566b3a33) -[Geometry Nodes Documentation](https://www.sidefx.com/docs/houdini/nodes/sop/index.html) +Created with the help of: [Jellyfish Bell Setup Video](https://www.youtube.com/watch?v=J3X8BB0yNRE) -[VEX Documentation](https://www.sidefx.com/docs/houdini/vex/functions/index.html) +## Arms -## Bell and Arms -Follow along to the videos to create the bell and arms of the jellyfish. Although I provide the values I used to create my jellyfish, you're heavily encouraged to play around and customize the setup to your liking! +![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/aed02768-5f5c-4d56-858d-4e1963267890) -[Jellyfish Bell Setup Video](https://www.youtube.com/watch?v=J3X8BB0yNRE) - -[Jellyfish Arms Setup Video](https://www.youtube.com/watch?v=A_oNXqx8XH4) +Created with the help of: [Jellyfish Arms Setup Video](https://www.youtube.com/watch?v=A_oNXqx8XH4) ## Veins -In order to create the veins for the jellyfish, you'll make use of the "Find Shortest Path" node. The Dungeon Corridor example in the Houdini Playground is a helpful reference for using this node. Here is some rough guidance for how to approach making the veins: - -Remesh the jellyfish into triangles (otherwise you'll end up with very square looking veins) - -Remesh - -Use the shortest path node to generate veins ([here](https://www.sidefx.com/docs/houdini/nodes/sop/findshortestpath.html) are the docs for the Find Shortest Path node) - -ShortestPath - -Smooth out the veins for a more organic look. You might find yourself needing the "resample" and "fuse" nodes in addition to the "smooth" node (and remember, the [docs](https://www.sidefx.com/docs/houdini/nodes/sop/index.html) are a great resource if you're confused about what a node does or how to use it) -ResampleFuseSmooth +![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/9eb378ed-96ce-48e3-8d20-86dfba8c09a1) -Use a "sweep" node to give the veins width - -Sweep - -Lastly, stick the veins to the bell's animation using the "Point Deform" node that we used on the arms. The final result should look something like this: - -VeinsGif ## Organs -Next, create organs for your jellyfish. You can approach this any way you'd like! The final result should look something like this: -Organs +![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/d670719c-15ca-48db-80f0-2434e5bde11f) ## Tentacles -When you're working on Houdini projects in the future, you usually won't be able to find tutorials for exactly what you're trying to do. Instead, you'll need to be able to take semi-related tutorials and apply the relevant techniques to your projects. This exercise is designed to give you some experience with that. - -Your goal is to create tentacles that look like this for your jellyfish: - -TentaclesGif - -[This video](https://www.youtube.com/watch?v=LN4XXaHQkmU) demonstrates how to simulate hairs to create renders like this: -HairRender3 -HairRender2 -HairRender1 +![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/448ad411-fa34-416a-a6ba-5f982df60a54) -Your task is to watch the video and extract the applicable information to make the tentacles! (also, just a heads up, the second half of the tutorial is all irrelevant rendering stuff in C4D, so you only need to watch the first 12 minutes or so). ## (Optional) Extra Credit - Add another part to your jellyfish. This can be something real (ex: crown jellyfish and lions mane jellyfish have some pretty crazy features that might be fun to recreate) or whatever zany alien jellyfish addition you can imagine! From 710e6c2e716d39d7a321f70c79a2e76a80517acf Mon Sep 17 00:00:00 2001 From: wc41 <97757188+wc41@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:52:01 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d1a85b7..e6331ef 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Houdini procedural jellyfish with 5 main components, animated with keyframes and cloth simulation. +![jelly](https://github.com/wc41/hw02-jellyfish/assets/97757188/27802cc2-00cd-4018-bd94-2a4c85ceec68) + +Better material image render: + +![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/bb30fabc-7178-43b6-bb98-4316f9777eb4) + + ## Bell ![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/0fbac468-1200-4ad7-a607-04f4566b3a33) @@ -20,28 +27,17 @@ Created with the help of: [Jellyfish Arms Setup Video](https://www.youtube.com/w ![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/9eb378ed-96ce-48e3-8d20-86dfba8c09a1) +Created by taking a remesh of the bell shape, taking a group of vertices at its top and a group of vertices at its bottom rim, and extracting lines connecting them using the findshortestpath node. These are made more natural by adjusting random vertex picking and a carve node. ## Organs ![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/d670719c-15ca-48db-80f0-2434e5bde11f) +Created by taking a line and bending it, using polywire to give thickness, smoothing ends by converting to vdb and using vdbsmooth then converting back, and using a mountain node for noise. A copy node is used to duplicate the line 4 times. + ## Tentacles ![image](https://github.com/wc41/hw02-jellyfish/assets/97757188/448ad411-fa34-416a-a6ba-5f982df60a54) - -## (Optional) Extra Credit -- Add another part to your jellyfish. This can be something real (ex: crown jellyfish and lions mane jellyfish have some pretty crazy features that might be fun to recreate) or whatever zany alien jellyfish addition you can imagine! -- Refine one of the existing parts (ex: adding scalloped edges and dents/puckering to the bell of the jellyfish) -- Render your jellyfish (a good place to start is watching [part 4](https://www.youtube.com/watch?v=1Ph-7ZpN5oY) and [part 5](https://www.youtube.com/watch?v=mCQPDf-bupY) of Entagma's Houdini in 5 Minutes series where they briefly cover rendering basics -- Add some flair to your scene by adding a background (ex: coral or rock formations) -## Submission -- Fork this repository -- Update your README - - Please delete the assignment README text - - A description of your project - - A video of your animated jellyfish ([video](https://www.youtube.com/watch?v=gXtDd1lPDmc) of how to save a video of your viewport out of Houdini) -- Create a pull request to this repository -- Submit your Houdini file to Canvas along with a link to your pull request -(Don't upload your houdini files to github -- it's a pain to upload big/binary files. Just canvas is fine!) +Created by making a polywired line with mountain node noise and using copytopoints node to attach them to a group of evenly spaced points on the bell's bottom rim. Simulated with cloth and pin-to-target vellum constraints.