1***@qq.com
1***@qq.com
  • 发布:2023-03-22 14:46
  • 更新:2023-03-25 02:59
  • 阅读:214

app端cubeTextureLoader加载本地图片失败,h5正常

分类:uni-app

app端cubeTextureLoader加载本地图片失败,h5正常
报错详情:
loader onError:, /static/test_r.jpg at utils/index.js:27 at app-view.js:586

export function cubeTextureLoader(path, array) {
return new Promise((resolve, reject) => {
let loader = new THREE.CubeTextureLoader();
loader.setPath(path);
loader.load(array, res => {
console.log("loader.load",res)
resolve(res);
});
// 这里报错!!!!!!!!!!!!!!!!!,但是H5是正常的

    loader.manager.onError = function(res) {  
        console.error('loader onError:', res)  
        reject(res);  
    }  
})  

}

2023-03-22 14:46 负责人:无 分享
已邀请:
乐赚

乐赚 - 玩完

给钱,平台专员负责,否则做梦吧,免费给你用还那么多事

DCloud_heavensoft

DCloud_heavensoft

要回复问题请先登录注册