diff --git a/public/uav/flying_drone.zip b/public/uav/flying_drone.zip new file mode 100644 index 0000000..4abbafc Binary files /dev/null and b/public/uav/flying_drone.zip differ diff --git a/public/uav/license.txt b/public/uav/license.txt new file mode 100644 index 0000000..c78e981 --- /dev/null +++ b/public/uav/license.txt @@ -0,0 +1,11 @@ +Model Information: +* title: Flying Drone +* source: https://sketchfab.com/3d-models/flying-drone-2ecfb55304a043a2a86353f70cc1cf92 +* author: DogexorRexUwU (https://sketchfab.com/oscar.lopez.riviello) + +Model License: +* license type: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/) +* requirements: Author must be credited. Commercial use is allowed. + +If you use this 3D model in your project be sure to copy paste this credit wherever you share it: +This work is based on "Flying Drone" (https://sketchfab.com/3d-models/flying-drone-2ecfb55304a043a2a86353f70cc1cf92) by DogexorRexUwU (https://sketchfab.com/oscar.lopez.riviello) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/) \ No newline at end of file diff --git a/public/uav/scene.bin b/public/uav/scene.bin new file mode 100644 index 0000000..b967e0a Binary files /dev/null and b/public/uav/scene.bin differ diff --git a/public/uav/textures/material_0_diffuse.png b/public/uav/textures/material_0_diffuse.png new file mode 100644 index 0000000..56d7eba Binary files /dev/null and b/public/uav/textures/material_0_diffuse.png differ diff --git a/public/uav/textures/material_0_normal.png b/public/uav/textures/material_0_normal.png new file mode 100644 index 0000000..fec9917 Binary files /dev/null and b/public/uav/textures/material_0_normal.png differ diff --git a/public/uav/textures/material_0_occlusion.png b/public/uav/textures/material_0_occlusion.png new file mode 100644 index 0000000..feacb38 Binary files /dev/null and b/public/uav/textures/material_0_occlusion.png differ diff --git a/public/uav/textures/material_0_specularGlossiness.png b/public/uav/textures/material_0_specularGlossiness.png new file mode 100644 index 0000000..1364aef Binary files /dev/null and b/public/uav/textures/material_0_specularGlossiness.png differ diff --git a/src/assets/css/index.scss b/src/assets/css/index.scss index c1f851c..6b44e89 100644 --- a/src/assets/css/index.scss +++ b/src/assets/css/index.scss @@ -609,7 +609,6 @@ body { .el-input__suffix-inner { font-size: 22px; margin-top: 2px; - display: none; } } } @@ -647,6 +646,7 @@ body { .el-input__suffix-inner { font-size: 22px; margin-top: 2px; + display: none; } } } diff --git a/src/views/mapControl/index.vue b/src/views/mapControl/index.vue index 860b80a..50d7f54 100644 --- a/src/views/mapControl/index.vue +++ b/src/views/mapControl/index.vue @@ -132,7 +132,7 @@ export default { // }, model: { scale: 1, - url: "/uav/uav.gltf", + url: "/uav/scene.gltf", heading: 90, mergeOrientation: true, // 用于设置模型不是标准的方向时的纠偏处理,在orientation基础的方式值上加上设置是heading值 minimumPixelSize: 50