webglstudio.js icon indicating copy to clipboard operation
webglstudio.js copied to clipboard

Unable to import 3D model (gltf, glb, obj, fbx) files

Open KnightCoder opened this issue 5 years ago • 2 comments

I am trying to import 3D model (gltf, glb, obj, fbx) files into WebGLStudio. But it is not importing any file and it is only showing a message "No file imported". I checked the sever has enough memory space. So far I am only able to import image/picture files (.png).

I also noticed that even the demo page (https://webglstudio.org/demo/) has the same issue. I am guessing for the demo site it must have been done on purpose. However, on independent user systems it should have imported the files.

KnightCoder avatar Apr 21 '20 00:04 KnightCoder

Hi @KnightCoder i have a similar issue https://github.com/jagenjo/webglstudio.js/issues/43 Does it the same for you?

kalwalt avatar Apr 21 '20 07:04 kalwalt

Out of this list and to the best of my knowledge you can only import obj models directly. If you wish to do so you need to drag and drop them directly into your scene @KnightCoder

ThorstenBux avatar May 31 '20 20:05 ThorstenBux