layers.lon = lon; layers.lat = lat; layers.LoadingPriority = 2; layers.refresh(); 通过addS3MTilesLayerByScp加载s3m模型,可以这样调整位置,想一下能不能调整模型的大小。不能的话,有没有其他方式可以做到?
那用entity添加单个模型怎么做呢,是不是用S3MInstanceCollection的方式呢
这种模型是通过模型文件添加的,与S3M服务没关系
可以参考示例http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#addSymbols
也可以直接参考博客https://blog.csdn.net/supermapsupport/article/details/90481482 有关entity模型的加载方法以及参数设置
感谢,意思是只能添加gltf和s3m后缀的文件是么,scp后缀的文件无法使用这个方法是么?