opensourceBIM / BIMsurfer-before2019

This is the repository of the v1 and v2 version of BIM Surfer. It is not maintained anymore. Find the most recent version on https://github.com/opensourceBIM/BIMsurfer
MIT License
432 stars 195 forks source link

example_glTF.html is going to show nothing #193

Closed dbinkert closed 7 years ago

dbinkert commented 7 years ago

Hi, I'm trying out your demo http://opensourcebim.github.io/BIMsurfer/demo/example_glTF.html. But the browser is not going to show any model. If I download the source and try it locally, the the same effect is affected.

So how can I use the BIMsurfer standalone with glTF?

thank you

aothms commented 7 years ago

The glTF loader is not tested as regularly as the BIMserver loader. I believe the issue is fixed with 6aa9fe81d237a547ca91c12668a7afa28337a596 and 71c49db18cbdaa71eaba3768c12eaca2d91f9ff7. Let me know if you encounter further issues.

Kind regards, Thomas

dbinkert commented 7 years ago

Hi Thomas Thanks for your response. The changes seems to be not successful. Now, a never ending loading spinner is displayed.

Kind regards, Derrin

aothms commented 7 years ago

So, then the typical questions apply: What browser are you using, what errors/messages are displayed in the javascript console?

Kind regards, Thomas

dbinkert commented 7 years ago

Hi Thomas,

I looked into the javascript console and I detected a cross origin failure. I could correct this in my infrastructure. So the example works now. Thx

Kind regards, Derrin