Images with certain path types will not display in my webgl app

白昼怎懂夜的黑 提交于 2020-01-05 07:11:07

问题


I have a webgl application and quite a bunch of images. It has, however, come to my attention that images with given paths do not get recognized and hence are not used as textures in this application while others work just fine.

for example images with paths like:

assets/my_app/images/products/775/882/gHI1%201%200%20007%205NR%20H00968%2001b.jpg

are not recognized, but whats worse is that I get no error whatsoever, except the fact that where a texture is supposed to be, I get none.

however paths like this works fine:

assets/my_app/images/products/1/1/10_58_1458220717_exnurfqolcmsbpgajizdhkywt.jpg

I really need the first kind of path to work as well because most of the images I am using are saved this way.

How best can I solve this issue. I have got quite a number of images. Any suggestions are highly appreciated. Thanks.

来源:https://stackoverflow.com/questions/51539582/images-with-certain-path-types-will-not-display-in-my-webgl-app

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