I have been trying to import a blender file to a html file using babylon.js, but whenever I open the file in chrome, instead of the scene, there is just a loading icon. I don't know where the loading icon came from. The scene works the way it is supposed to when I drag and drop it into the babylon sandbox. I have also been having trouble with importing textures, so I thought the problem might have something to do with referencing the files in the html document.
Asked
Active
Viewed 490 times
0
-
Do you see any logs in console? – Adrian Krupa Feb 21 '16 at 20:38
-
This might sound really stupid but where is the console? – Johnn Feb 21 '16 at 21:19
-
Try Ctrl+Shift+J https://developer.chrome.com/devtools/docs/console – Adrian Krupa Feb 21 '16 at 21:23
-
I looked and it said XMLHttpRequest cannot load, and requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource. – Johnn Feb 21 '16 at 21:38
-
I got it fixed, thank you for your help. I just needed to go to terminal and disable web security – Johnn Feb 24 '16 at 00:56
-
@Johnn feel free to [self-answer your question](http://stackoverflow.com/help/self-answer), so that other users can easily see that a solution was found. – Scott Weldon Mar 14 '16 at 20:19