Hey guys.
Could anyone help me to find a solution to procedural typewriting animation?
I need to create line of specific text which would type one character after another and start over and over when finished.
I thought this will be easy job, but it become real torture for me now ...
Typewriting animation
1451 5 1- cchondzik007
- Member
- 8 posts
- Joined: 3月 2017
- Offline
- Konstantin Magnus
- Member
- 682 posts
- Joined: 9月 2013
- Offline
You could activate 'text attributes' on the font node and append a primitive wrangle which removes primitives based on their textindex number versus the time frame.
int num = nuniqueval(0, 'prim', 'textindex'); int frame = int(@Frame*0.25 % num); if(frame < i@textindex){ removeprim(0, i@primnum, 1); }
https://procegen.konstantinmagnus.de/ [procegen.konstantinmagnus.de]
- tamte
- Member
- 8785 posts
- Joined: 7月 2007
- Online
- cchondzik007
- Member
- 8 posts
- Joined: 3月 2017
- Offline
- cchondzik007
- Member
- 8 posts
- Joined: 3月 2017
- Offline
- harford
- Member
- 1 posts
- Joined: 9月 2017
- Offline
-
- Quick Links