three无法加载texture
使用three开发3d项目
var texture = textureLoader.load(“images/hero.png”, Onload, null, OnErr);
以上为材质的加载,
最后,onload和onerr无返回,图片也没有被加载
有谁遇到么?
使用three开发3d项目
var texture = textureLoader.load(“images/hero.png”, Onload, null, OnErr);
以上为材质的加载,
最后,onload和onerr无返回,图片也没有被加载
有谁遇到么?