Commit 14c7bf2d0da4626a786724c6b65fa2cdfcdf01fb

Authored by fengwotao
1 parent 5476806e

fix(src/packages/): 小组件三维模型新增设置模型位置,旋转位置,灯光配置,label标点配置(支持多个label)

... ... @@ -238,7 +238,7 @@ const includeDirectionalLightAndPointLight = ['DirectionalLight', 'PointLight']
238 238
239 239 const singleFileTypeNotMtl = ref('')
240 240
241   -const threeMtlHelpMessgae = ref('mtl一般和obj搭配使用')
  241 +const threeMtlHelpMessgae = ref('比如mtl一般和obj搭配使用,fbx搭配jpg等')
242 242
243 243 const threeTextureHelpMessgae = ref('贴图目前支持jpg/png格式')
244 244
... ...