How can i export mesh from blender properly

I have had this killer issues with threejs, when i am in blender and i export a mesh and open it in the online three editor, i notice the pivot is not centered in the middle and in blender the pivot is centered at the meshs middle2018-07-31%20(11) is there a possible way to export models from any 3d model software to threejs with a centered pivot still intact

A “pivot” is not preserved on its own in many export formats — what you can do is to move the model to the origin (middle of the scene) in Blender, then “Apply Location” (https://blender.stackexchange.com/questions/87499/how-do-you-apply-the-object-transform-so-that-scaling-the-object-on-a-single-axi). This will essentially bake the pivot point into the mesh geometry.

If you wanted a pivot point other than the center of the mesh, you can also nest objects together to achieve this.

1 Like