I have a particle system and I would like to do some calculation using the number of nearest particles within certain radius per particle.
And I'm trying to use point cloud open and point cloud iterate nodes in VOP POP to do that.
But I can't work out how to use point cloud open node.
Namely, in the pcopen node help file, it says that I need to specify the file. Does this file have to be an external file on file system? or can it point to a node? and if it's node or what kind of node?
I looked at examples and it had entries like this
opdef
Object/pciterateaverage?points.pcop:`opfullpath(“../attribcreate3”)`
but I couldn't find in help what opdef: or dp: meant…
It would really be great if someone can let me know to what file is in point cloud open and any other common gotchas regarding point cloud.
Thank you very much in advance,


