Hi everyone!
I’m new to this forum and a designer by training. I only began learning Three.js this week (mostly through Superhi and YouTube), so I apologize if my questions are too basic, but have searched everywhere and I can find no answers, so here I go:
-
Is there a way to create animations in the Three.js editor? Seeing the examples in it, I thought there would be, but I can’t find the functionality in the commands.
-
If there isn’t, and I’ll need to type the animation, I’d need to change the position of different meshes within the same glb file. Can I manipulate them independently and how do I do that? For example, I have a word where each glyph is a separate mesh and a child of “Text”, and I want each glyph to start from a different position and end assembling the word. The meshes are numbered 0 through 6 and they’re named “Glyph 1” through “Glyph 7”. Where can I find the correct syntax to move each?
-
Is it possible to trigger the animation of children in a scene on scroll, specifically with GSAP scroll trigger? Or can you only trigger the animation of the entire scene?
Thanks in advance for you help!!!