您好,
您这边尝试在我们的在线示例中加载一下呢?
http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#S3MTiles_suofeiya
95-112行改为:
var promise = scene.open("此处填写您的服务路径,例如....realspace/services/3D-suofeiya_church/rest/realspace");
Cesium.when(promise,function(layers){
var layer = scene.layers.find('Config');
sceneLayer = layer;
//设置相机位置,定位至模型
// scene.camera.setView({
// //将经度、纬度、高度的坐标转换为笛卡尔坐标
// destination : new Cesium.Cartesian3(-2653915.6463913363,3571045.726807149,4570293.566342328),
// orientation : {
// heading : 2.1953426301495345,
// pitch : -0.33632707158103625,
// roll : 6.283185307179586
// }
// });
},function(){
var title = '加载SCP失败,请检查网络连接状态或者url地址是否正确?';
widget.showErrorPanel(title, undefined, e);
});