Thursday, 29 September 2022

houdini pcopen , pcfilter - to bring particles / points closer together

 

float radius= .25;

int maxpoints = 50;

int handle = pcopen(0,"P",@P, radius, maxpoints);

@P= pcfilter(handle, "P");




 

A Twist Deformer in Houdini VOP

 

Source : https://andy.moonbase.net/vex-and-vops-a-twist-deformer/