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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -