WebGL 无法在 Firefox 中呈现

WebGL not rendering in Firefox

我在 http://********.net 上创建了一个简单的场景,一切都很好,除了出于某种原因 Firefox 不渲染我的场景,即使我正在获取输出来自 firebug 的控制台,没有错误。代码太长post 放在这里,所以我分享了link。

任何可能阻止它呈现的建议​​?谢谢!

       Firefox 39.0
       Three.js r71

根据 caniuse.com (http://caniuse.com/#search=webgl),Firefox 对 WebGL 的支持是不完整的 "due to the additional requirement for users to have up to date video drivers"。

确实,我在Firefox中也看不到圆形图形。 Chrome 没问题。