Hi, I assume the mesh you are using is not watertight. Watertight meshes will always compute a very precise inertia. For non-watertight meshes (meshes with holes or T-Junctions), the isosurface of the SDF serves as input for the inertia algorithm. If you have a complex shaped mesh and a very low SDF resolution (as a rule of thumb the resolution along the shortest bounding box axis is smaller than ~20), then the SDF won’t capture the mesh precisely. For very low resolutions like 4, it might not even capture the volume of the mesh at all leading to the errors you are seeing. We will try to add a warning for that case. In the meantime please ensure that the SDF resolution is high enough. SDF resolution has only a minor impact on perfromance, it mainly impacts memory usage. For performance, the number of triangles in the mesh is the relevant factor.