摘要:
<a-upload v-model:file-list="state.form.fileList" name="file" :multiple="true" accept="image/jpeg, image/png" action="/school/attachment/upload" :befo 阅读全文
摘要:
const viewer = new Cesium.Viewer("cesiumContainer"); const blueBox = viewer.entities.add({ name: "Blue box", // 位置:(经度,维度) position: Cesium.Cartesian3 阅读全文
摘要:
viewer.camera.flyTo({ destination: new Cesium.Cartesian3( -3961951.575572026, 3346492.0945766014, 3702340.5336036095 ), orientation: { direction: new 阅读全文
摘要:
// 【🐲🐲🐲】相机锁定到某个点位,可以将相机移动限定在某个区域或实体上的时候会使用到 // Eg: 将相机锁定在某个点,使用相机的【lookAtTransform】 const center = Cesium.Cartesian3.fromRadians( 2.421321183338924 阅读全文