three.js example in wechat miniprogram
Examples of using three.js in mini programs. Three.js uses the ported version of mini programs. For details, please go to https://github.com/yannliao/three.js.
Since many models in the example use official website links, loading is slow. If possible, please find and replace the resource path and replace it. The mini program can only communicate with the specified domain name. Please configure a trusted domain name before use
Memory leak. To prevent memory leaks, please use THREE.global.unregisterCanvas or THREE.global.clearCanvas to clear the canvas reference in THREE.global when the page is unloaded. At the same time, use canvas.cancelAnimationFrame to clear the animation and release Three.js objects such as Geometries Materials. Please refer to How to dispose of objects, Three.js Cleanup
You can join the QQ group to communicate, group number: 858741591
name | performance | model |
---|---|---|
basic | ![]() | xiaomi MIX2 Android 8.0.0 Wechat Version 7.0.5 vivo X21A Android 9 WeChat Version 7.0.5 iphone 8Plus ios13.1.2 Wechat Version 7.0.8 |
animation | ![]() | xiaomi MIX2 Android 8.0.0 Wechat Version 7.0.5 vivo X21A Android 9 WeChat Version 7.0.5 iphone 8Plus ios13.1.2 Wechat Version 7.0.8 |
OrbitControl Cube | ![]() | xiaomi MIX2 Android 8.0.0 Wechat Version 7.0.5 vivo X21A Android 9 WeChat Version 7.0.5 iphone 8Plus ios13.1.2 Wechat Version 7.0.8 |
gLTF file loading | ![]() | xiaomi MIX2 Android 8.0.0 Wechat Version 7.0.5 vivo X21A Android 9 WeChat Version 7.0.5 iphone 8Plus ios13.1.2 Wechat Version 7.0.8 |
glb file | ![]() | xiaomi MIX2 Android 8.0.0 Wechat Version 7.0.5 vivo X21A Android 9 WeChat Version 7.0.5 iphone 8Plus ios13.1.2 Wechat Version 7.0.8 |
gLTF file plus texture | ![]() ![]() | xiaomi MIX2 Android 8.0.0 Wechat Version 7.0.5 vivo X21A Android 9 WeChat Version 7.0.5 iphone 8Plus ios13.1.2 Wechat Version 7.0.8 |
obj file (not supported by WEBGL_compressed_texture_s3tc extension) | ![]() | xiaomi MIX2 Android 8.0.0 Wechat Version 7.0.5 vivo X21A Android 9 WeChat Version 7.0.5 iphone 8Plus ios13.1.2 Wechat Version 7.0.8 |
raycaster selects the cube | ![]() | xiaomi MIX2 Android 8.0.0 Wechat Version 7.0.5 iphone 8Plus ios13.1.2 Wechat Version 7.0.8 |