app/assets/javascripts/Scene/Moon.js in cesium-0.21.1 vs app/assets/javascripts/Scene/Moon.js in cesium-0.22.0

- old
+ new

@@ -67,12 +67,10 @@ this._ellipsoidPrimitive = new EllipsoidPrimitive({ radii : this.ellipsoid.getRadii(), material : Material.fromType(Material.ImageType), onlySunLighting : this.onlySunLighting, - _owner : this, - _executeInClosestFrustum : false, - _writeDepth : true + _owner : this }); this._axes = new IauOrientationAxes(); }; \ No newline at end of file