Replies: 1 comment
-
you are confusing functions with props, see: #516 also, constructor arguments are passed as |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi all,
I am facing some issue when using some of the helper Object3DNode. As shown below:
The defined Object3DNode type in r3f, i.e.
position={[0,0,0]}
is updatable, which position of arrow changees on render. However,<arrowHelper />
is pointing in z-direction regardless ofsetDirection={direction}
changes. Is it some issue on r3f type overwrite? Or how should I go about changing threejs inherited parameters? Thank you !!Beta Was this translation helpful? Give feedback.
All reactions