Mesh center point

Hi, How get center point from mesh, without pivot point ??

Thanks!:slight_smile:

It is possible to get center point from mesh collision ?

What do you mean by center? The center of the 2D plane you’re looking at, or the center of the 3D object? If its the latter, you can get the bounding box’s center, should be accurate enough for primary shapes.

Get bound work great. Big thanks!!!:slight_smile: