question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When I add a 3dTiles, it throw an error in 1.82.1

See original GitHub issue

The same code works in 1.81, but when I change the version to 1.82.1, the bug is exists.

Sandcastle example:

const viewer = new Cesium.Viewer("cesiumContainer");
const tilesetModel = new Cesium.Cesium3DTileset({
    url: "./data/tileset.json"
});
viewer.scene.primitives.add(tilesetModel);
viewer.zoomTo(tilesetModel);

Browser: Chrome

Operating System: windows

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
lilleysecommented, Jun 4, 2021

@Calerme there have been some internal changes between 1.81 and 1.82.1 may have introduced a regression. In order for us to confirm could you send over your tileset? If you’re not able to share it publicly you can email it to support@cesium.com and we’ll take a look.

0reactions
lilleysecommented, Jun 16, 2021

We found a tileset that had the problem and opened a PR that fixes the crash: https://github.com/CesiumGS/cesium/pull/9618. The fix should go out with the July 1st release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

3D Tiles Specification 1.0 - OGC Standards
A tile's geometric error defines the selection metric for that tile. Its value is a nonnegative number that specifies the error, in meters,...
Read more >
Cesium3DTileset - Cesium Documentation
When true, draws labels to indicate the url of each tile. Throws: DeveloperError : The tileset must be 3D Tiles version 0.0 or...
Read more >
How 3D Tiles implements hierarc - OGC Portal
Each tileset and each tile has a geometricError property that quantifies the error of the simplified geometry compared to the actual geometry. The...
Read more >
Add 3D Tiles to Cesium 1.36 to Make 3D Virtual Scenes - xyHt
Adding 3D Tiles to Cesium has just gotten really easy. Let our expert Nicolas Duggan, also known as dragons8mycat, show you how!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found