three.js - Multiple Textures on a Single Face/Plane -
if have geometry, say
three.planegeometry(400,400);
or
three.meshbasicmaterial({map:new three.meshfacematerial(materials)}); //multiple textures on 1 face
how make have multiple textures on same side of plane?
furthermore, how go setting coordinates of texture , position of texture on plane (or face)?
you can use shader material textures uniforms or other approaches there, there , there.
Comments
Post a Comment