Animating Line2 (CatmullRomLine) ? #1019
Unanswered
danielx-art
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to animate the geometry of CatmullRomLine in a useFrame?
For what I browsed the internet, this is maybe not possible, but I wonder if that's true.
I would like to calculate a new set of points each frame and pass that dynamically as the points argument, like
<CatmullRomLine points={calculatedPoints} />
, but that throws an error.Beta Was this translation helpful? Give feedback.
All reactions