You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Source/Scene/ShadowMap.js
+6-5
Original file line number
Diff line number
Diff line change
@@ -184,10 +184,11 @@ define([
184
184
this._outOfViewPrevious=false;
185
185
this._needsUpdate=true;
186
186
187
-
// In IE11 polygon offset is not functional.
188
-
// TODO : Also disabled for Chrome (ANGLE) temporarily. Re-enable once https://github.com/AnalyticalGraphicsInc/cesium/issues/4560 is resolved.
187
+
// In IE11 and Edge polygon offset is not functional.
188
+
// TODO : Also disabled for instances of Firefox and Chrome running ANGLE that do not support depth textures.
189
+
// Re-enable once https://github.com/AnalyticalGraphicsInc/cesium/issues/4560 is resolved.
0 commit comments