webglstudio.js
                                
                                 webglstudio.js copied to clipboard
                                
                                    webglstudio.js copied to clipboard
                            
                            
                            
                        Import/Export OBJ or FBX formats?
Awesome project!
Is there a way to import/export models in a standard format such as OBJ or FBX?
OBJ is supported, just drag the files inside the 3D canvas. There is no support for FBX due to the complexity of the binary format, however you can export in DAE which is a format similar to FBX but ASCII and you can import it dragging it in the canvas. Not all the features of DAE are supported though.
Great thanks.
Is there a way to export from webglstudio to a standard format? When I select Project -> Download, it seems the export is a JSON format, is this format specific to webglstudio?
that JSON format only contains information about the scene, but not assets like meshes or textures, so it is not useful to import to other softwares. But if people is interested in exported I could consider doing an OBJ exporter, although it doesnt make any sense because the meshes cannot be edited inside so they will be the same.
the meshes cannot be edited inside so they will be the same
Ah, I see, thanks for clarifying. I'll close this issue.
BabylonJS is my engine of choice rather than three.js. As BabylonJS can import .obj files I would be interested in WebGLStudio exporting .obj files.
WebGLStudio can export OBJs with the whole scene (check Actions->Export to OBJ), but this feature is not very interesting considering that all the meshes in WebGLStudio come from external meshes so I cant see a situation where this could be useful.