Skip to content

Commit

Permalink
Remove default maximum screen space error config in Cesium
Browse files Browse the repository at this point in the history
  • Loading branch information
Drabble committed Jan 5, 2023
1 parent a4eda24 commit e4522b0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions baremaps-server/src/main/resources/tdtiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
const tileset =
new Cesium.Cesium3DTileset({
url: "http://localhost:9000/tileset.json",
maximumScreenSpaceError: 10,
//debugShowBoundingVolume: true,
//debugShowGeometricError: true,
//debugShowUrl: true,
//debugWireframe: true
debugShowBoundingVolume: false,
debugShowGeometricError: false,
debugShowUrl: false,
debugWireframe: false
});

viewer.scene.primitives.add(tileset);
Expand Down

0 comments on commit e4522b0

Please sign in to comment.