-
Following #786, I want to create a mesh using a video texture, however, I would rather have the I know we can't embed non-three objects into the scene, however, I attempt to do something like When I try this, I still get the error: You can see the code here: Any strategies for how to natively render a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Portals don't work that way. They only work within the renderer, they can't transport something from one to another. What could work is the html element from the drei library. |
Beta Was this translation helpful? Give feedback.
-
Thank you thats exactly what I needed! |
Beta Was this translation helpful? Give feedback.
Portals don't work that way. They only work within the renderer, they can't transport something from one to another. What could work is the html element from the drei library.