I using the build version of cesium and loading cesium.js in the main index page from a subfolder of the index page. If I leave all of the content folders as peers to Cesium.js, I get the following results.
GET http://localhost:8080/cepic/js/Assets/IAU2006_XYS/IAU2006_XYS_15.json 404 (Not Found)
tycho2t3_80_px.jpg:1 GET http://localhost:8080/cepic/js/Assets/Textures/SkyBox/tycho2t3_80_px.jpg 404 (Not Found)
tycho2t3_80_mx.jpg:1 GET http://localhost:8080/cepic/js/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg 404 (Not Found)
tycho2t3_80_pz.jpg:1 GET http://localhost:8080/cepic/js/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg 404 (Not Found)
tycho2t3_80_mz.jpg:1 GET http://localhost:8080/cepic/js/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg 404 (Not Found)
tycho2t3_80_my.jpg:1 GET http://localhost:8080/cepic/js/Assets/Textures/SkyBox/tycho2t3_80_my.jpg 404 (Not Found)
tycho2t3_80_py.jpg:1 GET http://localhost:8080/cepic/js/Assets/Textures/SkyBox/tycho2t3_80_py.jpg 404 (Not Found)
moonSmall.jpg:1 GET http://localhost:8080/cepic/js/Assets/Textures/moonSmall.jpg 404 (Not Found)
waterNormalsSmall.jpg:1 GET http://localhost:8080/cepic/js/Assets/Textures/waterNormalsSmall.jpg 404 (Not Found)
Cesium.js is located here: http://localhost:8080/cepic/js/cesium/Cesium.js
Basically I get an earth with no textures. If I copy the Assets folder up one level, base upon the path above, then the Not Found errors go way, but the earth is still lacking the textures.
I saw something about setting a global for the path to cesium, and I haven’t tried that yet. I was wondering if there’s something that I’m missing or something that I should try to resolve this issue.
Thanks,
Scott