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)?

it should this: plane_and_textures

you can use shader material textures uniforms or other approaches there, there , there.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -