The center point of mesh

Loading obj+mtl model to let the center of rotation of mesh in mesh, but the actual effect is the spin of the mesh center in the center of the model, how will the center point mesh put itself in the mesh?

What happens if you do this when your model is loaded? This will center the geometry based on its bounding box.

mesh.geometry.center();

Also see:

1 Like