Skip to content

Commit

Permalink
fix: tileset path
Browse files Browse the repository at this point in the history
  • Loading branch information
yud0uhu committed Nov 7, 2024
1 parent c57ba4d commit 8b4acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/cesium/3dtiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
viewer.scene.globe.depthTestAgainstTerrain = true;

const tileset = await Cesium.Cesium3DTileset.fromUrl(
"/examples/3dtiles_textured",
"./examples/3dtiles_textured/tileset.json",
{ enableDebugWireframe: true }
);
viewer.scene.primitives.add(tileset);
Expand Down

0 comments on commit 8b4acae

Please sign in to comment.