xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.15k stars 264 forks source link

A CORS issue prevents the examples to be working locally with chromium web browser #301

Closed amandinedrebes closed 5 years ago

amandinedrebes commented 5 years ago

Describe the bug A bug prevent to use the examples in chromium

To Reproduce Steps to reproduce the behavior:

  1. checkout the project locally and switch on master branch (last commit was: ff87d12f6840fd745a27c36bc25d3eebefb72655)
  2. open an example with chromium web browser. For example: importing_gltf_OfficePlan.html

Note: It works with firefox web browser.

Desktop (please complete the following information):

Chromium Screenshots (not working): chromium chromium_version

Firefox Screenshots (working): firefox firefox_version

xeolabs commented 5 years ago

Thanks - I think loading the examples straight off the file system would be the problem here.

Try serving them using http-server