This commit is contained in:
parent
fcb356d2eb
commit
beb068d607
Binary file not shown.
|
|
@ -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/)
|
||||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 638 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
|
|
@ -609,7 +609,6 @@ body {
|
||||||
.el-input__suffix-inner {
|
.el-input__suffix-inner {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -647,6 +646,7 @@ body {
|
||||||
.el-input__suffix-inner {
|
.el-input__suffix-inner {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ export default {
|
||||||
// },
|
// },
|
||||||
model: {
|
model: {
|
||||||
scale: 1,
|
scale: 1,
|
||||||
url: "/uav/uav.gltf",
|
url: "/uav/scene.gltf",
|
||||||
heading: 90,
|
heading: 90,
|
||||||
mergeOrientation: true, // 用于设置模型不是标准的方向时的纠偏处理,在orientation基础的方式值上加上设置是heading值
|
mergeOrientation: true, // 用于设置模型不是标准的方向时的纠偏处理,在orientation基础的方式值上加上设置是heading值
|
||||||
minimumPixelSize: 50
|
minimumPixelSize: 50
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue