[solved] curve surface cookie error
5080
9
3
Erik_JE
Member
300 posts
Joined: Jan. 2010
Offline
Aug. 6, 2011 12:25 p.m.
You can not use the Cookie SOP like this. It is like trying to make a hole in a polygon with a smaller polygon using the Cookie. It won't work. Someone might prove me wrong but it makes no sense to me.
Drive, monkey, drive!
fsimerey
Member
279 posts
Joined: Dec. 2009
Offline
Aug. 6, 2011 1:07 p.m.
Here your scene modified. You must have a volume intersect the other one. it's boolean, so like all other 3D packages, you need a closed shape. I put a subdivide to avoid artifacts in cookie SOP.
Attachments:
voronoi_split_v14_fs.hipnc (75.2 KB)
oat
Member
479 posts
Joined: Dec. 2009
Offline
Aug. 6, 2011 1:23 p.m.
Hi, fsimerey, thanks for the advise! I notice that there're still some artifacts in the result… guess the cookie node is never perfect…
Attachments:
Screen Shot 2011-08-07 at 1.22.08 AM.png (44.2 KB)
fsimerey
Member
279 posts
Joined: Dec. 2009
Offline
Aug. 6, 2011 1:24 p.m.
Yep, cookie SOP is not perfect. The Jitter option can help you sometimes.
oat
Member
479 posts
Joined: Dec. 2009
Offline
Aug. 6, 2011 1:25 p.m.
may I ask a related question: is there a way to get the voronoi pattern lines? thanks!
fsimerey
Member
279 posts
Joined: Dec. 2009
Offline
Aug. 6, 2011 1:31 p.m.
I don't know. But i'm sure that the voronoi split have a cookie SOP inside. A good idea would be to get the inverse option on this SOP. FYI, before voronoi come in Houdini 11, it was an OTL found in odforce forum. Perhaps you could find it and use it.
fsimerey
Member
279 posts
Joined: Dec. 2009
Offline
Aug. 6, 2011 2:06 p.m.
Here i think the better way to do what you are looking for. No cookie SOP. More simple and cleaner than cookie SOP.
Attachments:
voronoi_split_v14_fs2.hipnc (79.4 KB)
oat
Member
479 posts
Joined: Dec. 2009
Offline
Aug. 7, 2011 10:12 a.m.
dear fsimerery, thank so much for your kind advise!