Replies: 1 comment 3 replies
-
can you first move all dependencies up to date and then see if its still the case? second step would be minimal, reduced codesandbox |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for this excellent library.
In this application, I'm experimenting with camera movements using react-spring, and my scene won't animate until I resize the browser window. It won't render at all unless I explicitly call gl.render.
In Hook PositionCamera's useSpring onFrame, which I keep in the store, I am also unable to make quaternions rotate my camera as it is tweened into position. Positioning is fine.
The main scene and its handler:
The hook for camera positioning:
Finally, the onFrame in the zustand store:
Any advice would be appreciated.
Mike
Beta Was this translation helpful? Give feedback.
All reactions