Skip to content

Commit

Permalink
revert: undefined for clippingPlanes
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice committed Oct 11, 2024
1 parent 6042d64 commit f02ef44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/Cesium/Feature/Tileset/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function Tileset({
cacheBytes={cacheBytes}
style={style}
shadows={shadowMode(shadows)}
clippingPlanes={clippingPlanes.length > 0 ? clippingPlanes : undefined}
clippingPlanes={clippingPlanes}
colorBlendMode={colorBlendModeFor3DTile(colorBlendMode)}
imageBasedLighting={imageBasedLighting}
onReady={handleReady}
Expand Down

0 comments on commit f02ef44

Please sign in to comment.