weapp-adapter of Wechat Tiny Game in ES6
用GLTFLoader加载从web地址下载存入**wx.env.USER_DATA_PATH**的gltf模型提示 frequest:ail invalid url "wxfile://XXX"。 我将源代码 **function _isRelativePath(url) { return !(/^(http|https|ftp|wxfile):\/\/.*/i.test(url)); }** 改为 **function _isRelativePath(url) { return !(/^(http|https|ftp):\/\/.*/i.test(url)); }** 才可以。
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by gigiwotou and has received 0 comments.