How to integrate react-three-fiber with 8thWall? #357
Replies: 5 comments 8 replies
-
I was able to avoid dom manipulation of canvas element. But the issue that I am facing now is that, I am not able to pass camera, scene and renderer as parameters to the Canvas component. Any help is much appreciated. |
Beta Was this translation helpful? Give feedback.
-
you can use portals to render declarative stuff into any existing three object, but that comes with some drawbacks. |
Beta Was this translation helpful? Give feedback.
-
Is there any working example for the 8thWall integration? |
Beta Was this translation helpful? Give feedback.
-
Were you ever able to find a successful way to integrate R3F into 8th Wall? I am attempting the same and having issues getting even a basic setup working. |
Beta Was this translation helpful? Give feedback.
-
Hey, I just pushed a boilerplate for React Three.js + drei for 8thwall. here's the repo! |
Beta Was this translation helpful? Give feedback.
-
Hi Team
I am trying to create a poc using 8thWall.
This platform allows to render ThreeJS objects around image targets on camera feed.
Under the hood, it manipulated the canvas dom element at the time of initialisation.
I was feeling quite excited to integrate react-three-fiber in this project, but I am unable to accomplish it.
One reason, I think, is above manipulation of canvas dom, about which React is not aware.
I need your advice, if there is a way to integrate it.
Beta Was this translation helpful? Give feedback.
All reactions