Mesh Centroid

Hello All,

Still new to this, so sorry for so many questions. I am using dx11.

I am trying to find the centroid of each imported mesh. I see that the centroid node wants an xy vector, but I am not sure how to get these values from the vertices of the imported mesh…

Any advice or suggestions would be greatly appreciated! I think you all in advance your sharing your wisdom.

Kind regards,
Jake

Try to use the BoundingBox nodes

Thanks ethermammoth!

It looks like I could take the min*max/2 to get the center of the bounding box. This will work for my application right now, but I am still interested in how to get the actual centroid…

I really appreciate the recommendation!
Kind regards,
Jake