cesiumlab/XbsjEarthUI

使用EarthSDK以后,用原生Cesium加载3dtiles数据看不见

vtxf opened this issue · 0 comments

vtxf commented

使用EarthSDK以后,用原生Cesium加载3dtiles数据看不见;
倾斜摄影数据可以看见,但是人工建模的3dtiles看不见。
代码类似:

var tileset = uia.earth.czm.scene.primitives.add(new Cesium.Cesium3DTileset({url: 'http://xxx/tileset.json'}));
uia.earth.czm.viewer.flyTo(tileset)

这个版本已修复,下个版本就好。
目前使用时,需要加一句话就能显示出来:

tileset.style = new Cesium.Cesium3DTileStyle({})