MTLLoader show coordinate axis!

How can i hide coordinate axis with MTLLoader.!

MTLLoader does not automatically add an AxesHelper to the scene (and it loads material rather than geometry, anyway). You’ll have to look for where THREE.AxesHelper is being used in your scene.

1 Like

Oh!!. I ignored it. Thanks for the suggestion.