【Cesium】物体显示

                    viewer.zoomTo(entity1);

                    viewer.zoomTo(viewer.entities);

                    viewer.camera.flyTo({
                        destination: Cesium.Cartesian3.fromDegrees(-122.19, 46.25, 5000.0),
                        orientation: {
                            heading: Cesium.Math.toRadians(175.0),
                            pitch: Cesium.Math.toRadians(-35.0),
                            roll: 0.0
                        }
                    });

 参考资料:https://blog.csdn.net/pyx6119822/article/details/81208151?utm_source=blogxgwz0

posted @ 2018-11-22 13:19  咸鱼翻身  阅读(600)  评论(0编辑  收藏  举报