Trouble with textures in three.js examples

别说谁变了你拦得住时间么 提交于 2019-12-12 10:24:43

问题


I'm experiencing some trouble with the Three.js examples. You can see in the image below, it seems to be working fine online, but it's not working on my desktop. I change the code trying to figure out whats wrong, and the problem seems to be on the texture loading. You see, if I change the texture material to some basic color it work, but with a texture, don't. Can you guys tell me what it's wrong?


回答1:


Your examples are not displaying, but I expect that your answer is in the Three.js wiki on how to run things locally.

https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally.



来源:https://stackoverflow.com/questions/12347920/trouble-with-textures-in-three-js-examples

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!