Open liyihong123456 opened 2 years ago
代码 var tileset = new Cesium.Cesium3DTileset({ url: "Tileset/tileset.json", });
tileset.readyPromise .then(function (tileset) { viewer.scene.primitives.add(tileset); viewer.zoomTo( tileset, new Cesium.HeadingPitchRange( 0.0, -0.5, tileset.boundingSphere.radius * 2.0 ) ); }) .otherwise(function (error) { console.log(error); }); 、
似乎是vue-cli-plugin-cesium
的问题, 没有保任何异常就是出不来。(其他vue离线加载都出来。)
我去,我也是,点云数据加载不出来,但是b3dm,glb的又没问题
代码 var tileset = new Cesium.Cesium3DTileset({ url: "Tileset/tileset.json", });
tileset.readyPromise .then(function (tileset) { viewer.scene.primitives.add(tileset); viewer.zoomTo( tileset, new Cesium.HeadingPitchRange( 0.0, -0.5, tileset.boundingSphere.radius * 2.0 ) ); }) .otherwise(function (error) { console.log(error); }); 、
似乎是vue-cli-plugin-cesium
的问题, 没有保任何异常就是出不来。(其他vue离线加载都出来。)