Replies: 1 comment 2 replies
-
do you havbe a sandbox? and do you call sDC in the render function (---> infinite loop)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to find out why, after I've passed an external camera into r3f,
when I update the React state and things re-render (i.e. r3f updates its visual) then the passed-in camera's
.matrixWorld
property is somehow set toundefined
, which causes external code outside of r3f to crash.(I am trying to render r3f scenes and an external non-r3f scene with the same camera.)
I wonder what could be the cause. Haven't found it yet.
Beta Was this translation helpful? Give feedback.
All reactions