-
Hi, I have plane geomerty which have image as texture so how is it possible to make transition to another img or something like that |
Beta Was this translation helpful? Give feedback.
Answered by
drcmda
Mar 22, 2022
Replies: 1 comment
-
you would do it the same way you see it there i guess, there's no difference. https://codesandbox.io/s/shadermaterials-1g4qq you can use createPortal to film a scene onto a plane. like so https://codesandbox.io/s/magic-mirror-ddk57 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Achi00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you would do it the same way you see it there i guess, there's no difference. https://codesandbox.io/s/shadermaterials-1g4qq you can use createPortal to film a scene onto a plane. like so https://codesandbox.io/s/magic-mirror-ddk57