1. A concise explanation of the problem you're experiencing.
I can run the Hello World example after downloading Cesium with `node server.js`. Viewed through the Edge browser, I can see the globe fine. Using Firefox I can't. Why might this be? I see no errors in the Firefox console to indicate something is going wrong. All the controls show up fine; just where the stars and Earth should be is white.
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
It's all Cesium's code, the Hello World example under Apps, completely unchanged.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I want to do this because I much prefer to do web development in Firefox much less clunky at refreshing when I make changes. Could use Edge, but why?
4. The Cesium version you're using, your operating system and browser.
For some reason now when I serve from python with `python -m http.server`, it still works in Edge, but displays this error in Firefox. It's very similar to this question https://stackoverflow.com/questions/31890877/how-to-load-cesium-globe-in-firefox. I'm not sure which security setting in Firefox might be disallowing this.
@Omar Sandcastle does the same thing. Works in Edge. Shows up blank in Firefox. I have a Build/Cesium/Cesium.js. Running minifyRelease fails because what I downloaded didn't come with a certain Apps/.jshintrc, which it's looking for, but I shouldn't need to minify myself because I already have minified versions in here.
This is very strange. I’m using Firefox 60.7.2esr on Windows 10 as well but the hosted Sandcastle and cesiumjs’s demo all work. Have you tested Chrome? Do you get any issues there? Have you tested any other version of Firefox to see if that issue is there?
Probably Firefox has blacklisted your graphics driver. There are most likely error messages being printed to the Firefox console about this. Try updating the driver for your graphics card.