stabby

stabby

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

List of connected points in python 2013年9月18日17:00

Sort SOP: Point Sort->By Vertex Order
is what I normally use for curves.

noise flowing along deformed curve 2013年4月11日17:37

You need to change your noise domain to ‘flow’ along the curve.
I've added a rest attribute to the circle to get the x,y coords, and added a ‘u’ attribute along the curve for the z coord.

EDIT: The second .hip might be a bit more intuitive…

Strange behavior of Cookie (A minus B mode) 2012年9月12日22:57

aah i forgot you posted two examples

Here's a quick and nasty version that builds it using points, then replaces the points with a square face. The middle ‘Number Range’ parameter on the foreach1 SOP controls the depth… I haven't dared turn it past four.

The way I've done it here creates points for hidden faces, then removes them. I'm absolutely certain there's a way to algorithmically determine which faces are visible, but it takes too much thinking