- 转换 qt命令行工具: balsam C:\Users\Administrator\Desktop\FreeCAD\test.obj -o c:\model 将会生成Test.qml文件和meshs文件夹.
- 导入 将test.obj生成的所有文件放入项目目录meshes/test/文件夹下, 之后导入这个文件夹 import "./meshes/test/"
- 使用模型 在项目的View3D { } 中直接使用Test.qml作为组件即可 Test { }
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)