wechat-miniprogram / miniprogram-demo

微信小程序组件 / API / 云开发示例
https://developers.weixin.qq.com/miniprogram/dev/index.html
MIT License
6.54k stars 2.11k forks source link

fix: GLTFLoader加载有额外纹理配置的gltf模型 #95

Open Linefate opened 1 year ago

Linefate commented 1 year ago

修复GLTFLoader加载有额外纹理配置的gltf模型时报错:

微信小程序不支持Blob 对象, URL对象

使用 base64 编码的字符串来创建 data URI

https://mmbizwxaminiprogram-1258344707.cos.ap-guangzhou.myqcloud.com/xr-frame/demo/butterfly/index.glb

报错截图:

image