stabby

stabby

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

List of connected points in python Sept. 18, 2013, 5 p.m.

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

noise flowing along deformed curve April 11, 2013, 5:37 p.m.

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) Sept. 12, 2012, 10:57 p.m.

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