Juzwa Posted September 18, 2016 Share Posted September 18, 2016 Hi, So I decided that I want to model this in Houdini. It might be painful at the beginning but I want to start using Houdini more on a daily basis. I need a folded rolled piece of cloth, something like this: Folded Rolled Cloth So at first I thought that bend sop will help. But unfortunately it does some weird bending and I dont have enough control to roll the cloth together. It just creates a curly shape. So my other idea is to start with curves! Ok owesome, but can I somehow convert curve shapes into polygons? Quote Link to comment Share on other sites More sharing options...
jrockstad Posted September 18, 2016 Share Posted September 18, 2016 The Curve SOP in Houdini actually creates polygons by default, so you could actually just draw a rough poly curve and smooth it to get the right shape, but it's really no problem to start with NURBS. In that case, I would immediately follow the curve with a Convert SOP, then a PolyExtrude to get the base surface, followed by another PolyExtrude for thickness, just extrude along local Z axis in both. Remember to tick off the Output Front parameter in the first PolyExtrude though, otherwise the second won't work properly. Quote Link to comment Share on other sites More sharing options...
AaronAb Posted September 18, 2016 Share Posted September 18, 2016 You can build surfaces from curves using rail, sweep, and skin. I attached a .hip that shows one way of doing this. Just a warning I am new to vex wrangles so it's probably not the best vex code and none of the parameters are bound. RolledCarpet.hiplc 1 Quote Link to comment Share on other sites More sharing options...
Atom Posted September 18, 2016 Share Posted September 18, 2016 (edited) I like Aaron's skinning of the carpet. I found a spiral unrolling line on the forum and mixed those two HIP files together to produce a 1st draft of a red carpet unrolling. You control the radius by simply sizing the cylinder inside the rolling_line_source. ap_rollout_red_carpet.hiplc Edited September 18, 2016 by Atom 3 Quote Link to comment Share on other sites More sharing options...
Juzwa Posted September 18, 2016 Author Share Posted September 18, 2016 Wow, owesome guys! I will look at these tomorrow as I am going to sleep now Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.