I am trying to figure out how to perform a multiple level point instancing (if it is possible with the current Houdini versions).
Basically:
disk file (a chunk for example) -> instanced on the first set of points (a particle simulation for example) -> instanced on second set of points (a grid layout for example)

On both levels, I need to have control on the transformation and access to the point attributes through cvex. I have tried bits and pieces with only one level. And obviously it all works. Manipulating “Xform” etc. But once I try to make a second level of instancing it all gets a bit confusing.
Any ideas?
Thanks.