javascript - Three js, block textures are blured -
i'm trying make 3d block three.js library. i've done it. wan't put texture on it. did , it's working : var textureherbe = [ new three.meshbasicmaterial({map:three.imageutils.loadtexture('img/texture/herbe/border.gif')}), new three.meshbasicmaterial({map:three.imageutils.loadtexture('img/texture/herbe/border.gif')}), new three.meshbasicmaterial({map:three.imageutils.loadtexture('img/texture/herbe/top.gif')}), new three.meshbasicmaterial({map:three.imageutils.loadtexture('img/texture/herbe/bottom.gif')}), new three.meshbasicmaterial({map:three.imageutils.loadtexture('img/texture/herbe/border.gif')}), new three.meshbasicmaterial({map:three.imageutils.loadtexture('img/texture/herbe/border.gif')}) ]; thats result : @ this, it's blured ! looked @ this link . , don't know how mix code solution's code :/ jnow how can ? thx , have day. first of loading same texture se...