animatedfox

animatedfox

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Variable Radius with Point Cloud functions Dec. 29, 2015, 9:44 a.m.

If attribute transfer with offset points does the trick for you, then it is indeed the faster option. I needed more control for the final effect, I just was hung up on this one part of the setup.

Variable Radius with Point Cloud functions Dec. 28, 2015, 2:51 p.m.

I built my network in VOPs, but could it be due to the fact that your maxpoints argument in your first line is one point?
int pts = pcfind_radius ( 1, “P”, “pscale”, 1, @P, 0, 1<maxpoints);

Try increasing that number to better reflect the number of points that may be sampled by a given point.

Variable Radius with Point Cloud functions Dec. 17, 2015, 3:35 p.m.

Brilliant brilliant brilliant!
Thanks so much that works like a charm.
I guess no one else ever asked, since it is so easy.