Cesium3Dtile - TransformationTraits - height issue ? #7734
Replies: 4 comments 3 replies
-
|
Hi @SmartAnalog, I can confirm these parameters do work with Is there any way you can georeference the model before converting into tiles? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Micholm, |
Beta Was this translation helpful? Give feedback.
-
|
Hi Micholm, Thanks again for the help provided.
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks again for these explanation. The main objective of these manipulations was to offset the 3D Model, especially in height. Some of my 3D model are below the integrated topography of TerriaMap. I know it is possible to paly with the option "Terrain hide underground feature". Unfortunatly, even if this option, it is not possible to zoom very close to the 3D Model as the viewer still "hitting" the topography. Maybe it will be a nice feature to add into Terria ? As this example: https://sandcastle.cesium.com/?id=3d-tiles-adjust-height |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to adjust the location of cesium 3Dtiles using the TransformationTraits option.
It seems that the height parameter is not working correctly, or, also, I am not using it correctly.
Below is an extract of my catalog:
{
"name": "TestOffset",
"type":"3d-tiles",
"description":"To be done",
"url":"pathToData",
"showShadowUi": false,
"hideSource":true,
"options": {
"maximumScreenSpaceError": 1,
"maximumNumberOfLoadedTiles": 2000
},
"origin": {
"latitude": 0,
"longitude": 0,
"height": 10
}
The 3D model seems to be well placed at the (0,0) point but it is floating into outer space. As written in the documentation, the height should be in meter and representing the height above the earth ellipsoid.
Are these parameters working with 3DTiles ?
Beta Was this translation helpful? Give feedback.
All reactions