Replies: 1 comment
-
|
Very similar to this case: Children have transformation matrices. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day. I can't figure out what to do with these tiles. The dataset is quite old and displays correctly in older versions of Cesium. In deck.gl some tiles are only displayed at far zoom levels and at certain angles. I suspect that there is an incorrect interpretation of the viewport. But I don't know what to do about it.
Root tile:
{ "asset": { "version": "0.0", "tilesetVersion": "1.0" }, "geometricError": 1769472, "root": { "boundingVolume": { "region": [-3.14159265358979, -1.5707963267949, 3.14159265358979, 1.5707963267949, -5, 4674] }, "geometricError": 1769472, "refine": "REPLACE", "children": [ { "boundingVolume": { "region": [-3.14159265358979, -1.5707963267949, 0, 1.5707963267949, -5, 2231] }, "geometricError": 1179648, "refine": "REPLACE", "content": { "uri": "/3dtiles/tilesets/tileset_0/20251223_2/0/tileset_0-0-0.json" } }, { "boundingVolume": { "region": [0, -1.5707963267949, 3.14159265358979, 1.5707963267949, -5, 4674] }, "geometricError": 1179648, "refine": "REPLACE", "content": { "uri": "/3dtiles/tilesets/tileset_0/20260120_67/1/tileset_0-1-0.json" } } ] } }Layer creation (deck.gl 9.2.5):
Beta Was this translation helpful? Give feedback.
All reactions