jagenjo / webglstudio.js

A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
MIT License
5.22k stars 606 forks source link

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

Open KnightCoder opened 4 years ago

KnightCoder commented 4 years ago

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.

kalwalt commented 4 years ago

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

ThorstenBux commented 4 years ago

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