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.21k stars 605 forks source link

Problem in loading .obj file #31

Closed sushmitacse closed 4 years ago

sushmitacse commented 6 years ago

After saving a scene with .obj files in local , when trying to load the scene , .obj files resources not getting loaded for which I am just getting a point on the screen not the entire mesh, texture nothing. May I know why ? Please help me asap..

jagenjo commented 6 years ago

saving locally only saves the scene info, not the resources. resources like obj cannot be saved locally, they must be saved on the server into your account folder

sushmitacse commented 6 years ago

Thanks but when I am trying to create an account of me in the server , its saying problem undefined.. PFA the screenshot of the above mentioned issue.

screen shot 2017-11-26 at 1 28 30 am
jagenjo commented 6 years ago

you havent installed litefileserver correctly.

follow the guide of the web, it seems you havent create the user for the DB.

sushmitacse commented 6 years ago
screen shot 2017-11-27 at 4 21 58 pm

even after logging in to the server, after saving a scene with .obj files and mesh rendering with .jpg files and while loading the scene its giving an error saying "error loading scene:0"

screen shot 2017-11-27 at 4 30 18 pm
sushmitacse commented 6 years ago

how to resolve this ?

jagenjo commented 6 years ago

which HTTP server do you use?

sushmitacse commented 6 years ago

I am using XAMPP cross-platform web-server which has apache http web server

jagenjo commented 6 years ago

which operative system?

sushmitacse commented 6 years ago

Mac osx

sushmitacse commented 6 years ago

even tried on windows its giving the same error

sushmitacse commented 6 years ago

did you figure out the issue ?

jagenjo commented 6 years ago

send me an email to javi.agenjo@gmail.com so I can help you faster

coderofsalvation commented 4 years ago

this issue can be closed, and should be fixed by https://github.com/jagenjo/litefilesystem.js/pull/6 (litefilesystem probably didn't accept .wbin in the screenshot)

jagenjo commented 4 years ago

true, thanks