threejs-miniprogram icon indicating copy to clipboard operation
threejs-miniprogram copied to clipboard

WeChat MiniProgram adapted version of Three.js

Results 39 threejs-miniprogram issues
Sort by recently updated
recently updated
newest added

想在场景中做交互点 在开发者工具就可以渲染出来,真机和预览都不行,并且会导致3D模型闪烁

加载外部模型报错:No DRACOLoader instance provided

1.使用three.js测试视频纹理不行 2.然后改用canvas2d画视频,然后把canvas2d作为纹理时安卓手机没问题,iphone手机闪退

克隆示例代码后运行报错,看似是glTF版本问题,有人碰到过吗? ``` Error: THREE.GLTFLoader: Unsupported asset. glTF versions >=2.0 are supported. Use LegacyGLTFLoader instead. at GLTFLoader.parse (VM34 gltf-loader.js:163) at Object.onLoad (VM34 gltf-loader.js:86) at a. (VM40 index.js:2) at a.e. [as onload]...

修复GLTFLoader加载gltf模型时报错: **- 原因:** 微信小程序不支持Blob 对象, URL对象 **- 修复方式:** 使用 base64 编码的字符串来创建 data URI **- 复现方式** 可以使用这个模型 https://mmbizwxaminiprogram-1258344707.cos.ap-guangzhou.myqcloud.com/xr-frame/demo/butterfly/index.glb 报错截图如下 ![image](https://github.com/wechat-miniprogram/threejs-miniprogram/assets/38858428/7e976e28-f5e4-4569-a891-f00b7d074042) ![image](https://github.com/wechat-miniprogram/threejs-miniprogram/assets/38858428/f6398fd7-93f7-4577-9997-691ee52027aa)

反复进入AR功能的页面会导致微信闪退或者报内存不足,自动退出小程序,有哥们遇到过这个问题吗?求解,貌似官方的VisionKit的demo也存在这个问题

request和download域名也加了。无法加载模型,居然报错也没有,try catch也加上也没有任何信息输出。 换用qq域名的一个demo模型,一切顺利。 感觉是域名的问题?但是为什么什么反馈都不给,报错也没有,什么都没有

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

e = TypeError: Cannot read property 'URL' of undefined at GLTFParser.loadTexture (http://127.0.0.1:22948/appservice/libs/gltf-loader.js:1723:24) at GLTFParser.getDependency (http://127.0.0.1:22948/appservice/libs/gltf-loader.js:1489:31) at GLTFParser.assignTexture (http://127.0.0.1:22948/appservice/libs/gltf-loader.js:1812:19) at GLTFParser.loadMaterial (http://127.0.0.1:22948/appservice/libs/gltf-loader.js:2001:31) at GLTFParser.getDependency (http://127.0.0.1:22948/appservice/libs/gltf-loader.js:1485:31) at GLTFParser.loadMesh (http://127.0.0.1:22948/appservice/libs/gltf-loader.js:2218:94) at GLTFParser.getDependency (http://127.0.0.1:22948/appservice/libs/gltf-loader.js:1469:31)...