CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
886 stars 286 forks source link

3dtiles not show in 3DTILES_implicit_tiling extension with root transform property #766

Open lch710097 opened 2 years ago

lch710097 commented 2 years ago

3dtiles not show in 3DTILES_implicit_tiling extension with root transform property. while change Cesium3DTilesSelection\src\TilesetLoadTileFromJson.cpp, childTile.setTransform(tile.getTransform());only show first level data,and no details data. changesource root tileing

nithinp7 commented 2 years ago

Thanks for reporting this @lch710097, I will apply your fix today. I will look into if there is a second bug as well.

nithinp7 commented 2 years ago

Hey @lch710097, can you check if this PR fixes your issues: https://github.com/CesiumGS/cesium-native/pull/453?

lch710097 commented 2 years ago

data t1 t2 t3 tile web hei, the issues is not fixed,after change the code, it's only show 0 and 1 level data ,no more details data. please see the attach data.png is the result show in ue,tile.png is the request url ,and t1.png t2.png t3.png is the code to change . web.png is tile data show in cesium web

lch710097 commented 2 years ago

https://drive.google.com/file/d/1tPwAWhOYPXrnzutnT7ICOrOF7VqhpiPQ/view is test tile data

nithinp7 commented 2 years ago

I don't think we confirmed a fix to the second issue, so I'll reopen it for now.