Local file access

If you open the generated html file from the local file system, you may receive security errors (e.g. NETWORK_ERR: XMLHttpRequest Exception 101).
The reason for that is, that some browsers do not allow the access of local textures or model files.
To solve this issue, you can

Google Chrome

To configure Google Chrome for local file access you have to start Chrome with the following parameter:

...\AppData\Local\Google\Chrome\Application\chrome.exe -allow-file-access-from-files

This setting allows the loading of local texture and model files.

Firefox



Please find more information at http://testingfreak.com