Cesium物体显示

Posted defineconst

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
                        }
                    });

 

以上是关于Cesium物体显示的主要内容,如果未能解决你的问题,请参考以下文章