Showing
2 changed files
with
1 additions
and
1 deletions
src/assets/external/three/踏月桥.stl
0 → 100644
No preview for this file type
... | ... | @@ -6,7 +6,7 @@ import { chartInitConfig } from '@/settings/designSetting' |
6 | 6 | |
7 | 7 | export const option = { |
8 | 8 | //vue3dLoader支持数组或字符串,暂且绑定字符串,这个插件可以加载多个模型 |
9 | - dataset: '', | |
9 | + dataset: 'src/assets/external/three/踏月桥.stl', | |
10 | 10 | backgroundColor: '', //场景背景色 |
11 | 11 | backgroundAlpha: 0, //场景透明度 |
12 | 12 | enableDamping: false, //是否启用阻尼 | ... | ... |