yannliao / threejs.miniprogram

JavaScript 3D library. Three.js for wechat miniprogram
https://yannliao.github.io/threejs.miniprogram/
MIT License
390 stars 151 forks source link

android device: can not see the mesh when used a texture #3

Closed alphajh closed 4 years ago

alphajh commented 4 years ago

I downloaded the example, and test the example on wechat-miniprogram in ios + android device, when I enter the page named " OrbitControl 立方" , everything is ok if I use iphone , but if I use android phone,I can not see anything, I have try to modify some code in the example, when I change the BoxBufferGeometry to a CubeGeometry without any texture,I can see the mesh, I also add some code seems not important, like add an ambientLight or a pointlight, these operation run evently success. so I think maybe the probleam is the approach of texture using in android phont.