Hello Three community (first post)
Is there a way to animate the circle so that the cube still follows?
Here I want to rotate the circle around its center on all axes, but in general I am interested in any animation on Curves.
fiddle
(Additional question: how the heck does the fiddle load in THREE? I can see no library or CDN. (i forked the Three.js base fiddle))
The easiest way is to group them and then rotate the whole group.
When you click on “Resources” in the left-side panel, you will see that https://rawgit.com/mrdoob/three.js/master/build/three.min.js and https://cdn.rawgit.com/mrdoob/stats.js/r17/build/stats.min.js are used.
1 Like
Never thought of grouping them both… so obvious now
Thank you for taking the time!
much love!