As I am doing my thesis on volume graphics and implementing it in the Web, I am choosing to use ThreeJS to help (hopefully) speed up development time. So with I am hoping to post any interesting discovers or solutions to those problems that I encounter that keep me up till 3 in the morning so you wont have to.
I had this problem with CORS when trying to load JSON content locally while debugging. This took longer than it should have to figure out but the solution is really simple. Firstly, download python and add it to the class path (Dont have to but makes finding it easier at the command prompt). Next change directory into the content folder and type python -m SimpleHTTPServer In webstorm when setting up the debug configuration, point to http://localhost:8000/(your project index.html here)"
© Bugs and Code 2013