找到这里3dtiles的两种访问方式:
1.1 3DTileContent#getFeature
这里涉及3DTile 数据结构,暂不了解3DTile 数据结构,因此暂不使用。
1.2 scene.pick
本次使用
scene表示虚拟场景中所有 3D 图形对象和状态的容器;scene中pick方法:
scene.pick(windowPosition, width, height)
windowPosition Cartesian2 Window coordinates to perform picking on.
width number 3 optionalWidth of the pick rectangle.
height number 3 optionalHeight of the pick rectangle.
- 缺点只支持Cartesian2 即窗口坐标,窗口坐标无法作为唯一经纬度坐标。但能凑活用。