-
I'm wondering that in ThreeJs, Can we create a single texture by combine multiple images (4 imgs, 16 imgs) e.g: I had a array of image How can we do this, combine 4 image into and image then use thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
i dont think so, this is probably something you want to do in blenders uv editor. |
Beta Was this translation helpful? Give feedback.
-
Maybe you can use create a canvas and draw all this imgs on canvas at required positions and then use canvas as texture? |
Beta Was this translation helpful? Give feedback.
i dont think so, this is probably something you want to do in blenders uv editor.