Commit d5d8787dc9f1305921129806c193066d3e924ae6

Authored by fengwotao
1 parent 21fcb4ca

feat(src/packages): 组合下的三维模型增加默认值

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, //是否启用阻尼
... ...