-
I believe |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I haven't used react-native before, but I started digging into it yesterday. You're right, it looks like we just need to allow a ThreeJS Currently, threeagent creates the renderer and sets up the canvas, but this is just for convenience, not necessity. I have a working example and I'll get the changes merged into the latest version after I do a bit more testing. The only issues that came up were from bugs in the latest version of |
Beta Was this translation helpful? Give feedback.
I haven't used react-native before, but I started digging into it yesterday. You're right, it looks like we just need to allow a ThreeJS
Renderer
instance to be passed into threeagent'srender
fn.Currently, threeagent creates the renderer and sets up the canvas, but this is just for convenience, not necessity. I have a working example and I'll get the changes merged into the latest version after I do a bit more testing.
The only issues that came up were from bugs in the latest version of
three
+expo-three
, but threeagent works fine once you get aexpo-three
Renderer instance created.