Hi,
For a tool I've been working on, I need to have a way of finding adjacent faces between the inside of fractured pieces. I want to store this as a primitive attribute, that gives the number of the adjacent primitive.
The way I have done it is by calculating the centroid of each primitiv...