I have a point cloud with a v@v value on each point. My goal is to create a vector field that represents the curl of this point cloud.
I figured that, in order to do this, I'd need to rasterize the point cloud into a volume and then use this cool setup [www.sidefx.com] to compute the curl.
However, when I use the
volumerasterizeattributesnode, I can only create a single velocity volume (apparently?). The compute curl setup requires the volumes vel.x, vel.y, and vel.z. I'm sure there's a hundred ways to get these three volumes from a point cloud, but I haven't been able to figure it out yet.One thing I've tried is to creating a volume with the
volumenode with each vel.x, vel.y, and vel.z.I've then tried to use a
volumerasterizepointsnode to pull each component of the velocity from the points into the respective volume, but they don't seem to be copied over.Maybe I'm overthinking this or missing something really simple?
Thanks!
Anson


