Can I Import object to editor with multiple materials without code?

I am a 3D designer that is new to threejs Is it possible for me to upload some models to the threejs editor from Maya or Blender without using code, just Import the model into the editor so I can make sure it’s working? I am trying to send a model to someone programming with threejs but can’t get the materials working if there are more than one texture on an object.

1 Like

You should be able to upload at the very least .glb/.gltf on https://threejs.org/editor and check if they work. Not 100% sure what other formats are supported but you can try few others.