-
i need to split one image to multiple planeGeometry, Can i do something like that? |
Beta Was this translation helpful? Give feedback.
Answered by
aofject
Jul 25, 2022
Replies: 2 comments 1 reply
-
what does it mean "to split" ? you can use a texture on multiple meshes, and shift it around via repeat mapping and repeat offsets. although in threejs you must clone the texture for each use. |
Beta Was this translation helpful? Give feedback.
1 reply
-
i got solution from community. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aofject
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i got solution from community.
https://codesandbox.io/s/multiplanetexture-gef3t4?file=/src/Planes.tsx
credit: https://twitter.com/focru_ino/status/1528698400811941889