yannliao / threejs-example-for-miniprogram

这是一个 three.js 在微信小程序里的使用示例
MIT License
271 stars 87 forks source link

GLTFloader.js加载纹理貌似有问题 #9

Closed SummerisYoung closed 4 years ago

SummerisYoung commented 4 years ago

image 如图,小程序不是不能用window嘛,这里加载会报Cannot read property 'URL' of undefined的错误,导致纹理加载不了。。。

yannliao commented 4 years ago

看例子~ texture 用 TextureLoader

yannliao commented 4 years ago

小程序loadTexture 中不使用window.URL