Detailed discussions about animation nodes #1850
Replies: 3 comments 4 replies
-
You can use the Q/A section in Github discussions. I converted your issue there. Can you share a reference to what you are trying to do? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The easiest way to do that would be to use a chain of animate nodes. See here for more information. Essentially, we delay the input by 90 degrees (1/2 PI), then animate it from 0 to 1 for 90 degrees, then delay it again for 90 degrees, and finally animate it in reverse from 1 to 0 in 90 degrees. That means it will start at zero and stay zero for 90 degrees, then increase to 1 for the duration of 90 degrees, then stay at 1 for 90 degrees, then finally decrease to 0 in 90 degrees. We also repeat that for 360 degrees (2 PI) to make this animation infinite. 20220422-234244.mp4 |
Beta Was this translation helpful? Give feedback.
-
I apologize, I realize this is not an issue with animation nodes. This is a use question. I'm looking for the right place to ask such questions.
I have watched a lot of videos and read the docs as I worked on animations.
But, I have not cracked how to make a reciprocating animation. Think a rack and pinion where the rack changes direction as the pinion continues to rotate in the same direction.
I have not found ant videos with similar animation and I've asked in several online forums.
Is there a recommended place for discussion of the use animation nodes?
Any pointers or suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions