We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e34c1 commit 3d471fdCopy full SHA for 3d471fd
Source/Scene/Cesium3DTileset.js
@@ -27,6 +27,7 @@ define([
27
'../Core/RequestScheduler',
28
'../Core/RequestType',
29
'../Renderer/ClearCommand',
30
+ '../Renderer/Pass',
31
'../ThirdParty/Uri',
32
'../ThirdParty/when',
33
'./Axis',
@@ -74,6 +75,7 @@ define([
74
75
RequestScheduler,
76
RequestType,
77
ClearCommand,
78
+ Pass,
79
Uri,
80
when,
81
Axis,
@@ -1873,7 +1875,8 @@ define([
1873
1875
}
1874
1876
1877
var stencilClearCommand = new ClearCommand({
- stencil : 0
1878
+ stencil : 0,
1879
+ pass : Pass.CESIUM_3D_TILE
1880
});
1881
1882
function updateTiles(tileset, frameState) {
0 commit comments