更新记录
1.0.1(2022-10-18) 下载此版本
性能优化
1.0.0(2022-10-18) 下载此版本
muyu-modelDisplay发布
v1.0.0(2022-10-17) 下载此版本
muyu-modelDisplay发布
查看更多平台兼容性
Vue2 | Vue3 |
---|---|
× | √ |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
HBuilderX 3.6.0 | × | × | × | × | × | × |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 |
---|---|---|---|
× | × | × | × |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
× | × | × | × | √ | × | × | × | × |
muyu-modelDisplay
简介
一个简单、好用的3D模型加载器,使用了threejs引擎,仅支持gltf和obj格式模型
使用准备
在index.html引入
<script src="/uni_modules/muyu-modelDisplay/static/muyu-modelDisplay/threejs/three.js"></script>
<script src="/uni_modules/muyu-modelDisplay/static/muyu-modelDisplay/threejs/OrbitControls.js"></script>
<script src="/uni_modules/muyu-modelDisplay/static/muyu-modelDisplay/threejs/GLTFLoader.js"></script>
<script src="/uni_modules/muyu-modelDisplay/static/muyu-modelDisplay/threejs/OBJLoader.js"></script>
<script src="/uni_modules/muyu-modelDisplay/static/muyu-modelDisplay/threejs/MTLLoader.js"></script>
API
参数
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
fileType | String | GLTF | 模型类型(可选值:GLTF或OBJ) |
file | String | - | 模型文件(文件格式:.gltf或.obj) |
fileMTL | String | - | OBJ类型可选,材质文件(文件格式:.mtl) |
size | String | 10 | 可选,模型尺寸 |
bgC | String | #808080 | 可选,默认背景色 |
错误
如果报错请尝试重启IDE