【练习】MG电脑动画
上海/学生/7年前/276浏览
版权
【练习】MG电脑动画
初次尝试在AE完成图形绘制,并且尝试使用MOTION2以及Duik插件去完成部分弹性动画。
使用软件:AE及MOTION2,Duik插件
果冻弹性脚本:
n = 0;
t = 0;
if (marker.numKeys > 0){
n = marker.nearestKey(time).index;
if (marker.key(n).time > time) n--;
}
if (n > 0) t = time - marker.key(n).time;
amp = 10; //振幅
freq = 3; //频率
decay = 4.0; //衰减
angle = freq * 2 * Math.PI * t;
scaleFact = (100 + amp * Math.sin(angle) / Math.exp(decay * t)) / 100;
[value[0] * scaleFact, value[1] / scaleFact];
4
Report
声明
3
Share
相关推荐
in to comment
Add emoji
喜欢TA的作品吗?喜欢就快来夸夸TA吧!
You may like
相关收藏夹
Log in
4Log in and synchronize recommended records
3Log in and add to My Favorites
评论Log in and comment your thoughts
分享Share
























































