AE跟随线条拖尾MG动画教程 After Effects Vector Shape Layer Trails Tutorial

After-Effects-Vector-Shape-Layer-Trails-Tutorial

AE跟随线条拖尾MG动画教程 After Effects Vector Shape Layer Trails Tutorial

通过表达式来控制生成拖尾线条效果,MG动画十分有用的小技巧

In this tutorial, Mikey Borup walks us through the process of creating cool looking vector shape layer trails inside of Adobe After Effects.

用到的表达式:

D=Math.sqrt(value[0]*value[0]+value[1]*v­alue[1]);
rot=radiansToDegrees(Math.atan2(value[1]­,value[0]))
XS=transform.scale[0]/100;
YS=transform.scale[1]/100;
TC=Math.cos(degreesToRadians(rotation+ro­t));
TS=Math.sin(degreesToRadians(rotation+ro­t))*.9;
[D*TC*XS,D*TS*YS]+position

BaiDu

龋齿一号唯一官网:https://www.gfxcamp.com/

龋齿一号唯一淘宝店:https://gfxcampcg.taobao.com

有很多高仿网站和淘宝店铺,都是假冒的,谨防受骗上当

新浪微博:http://weibo.com/gfxcamp

GFXCamp文章,转载请注明并附上原文链接!

6 Responses

  1. echan说道:

    mikey的小教程 很不错

  2. 钢铁侠说道:

    没看明白最后这组长的表达式key到什么属性上。。。

  3. 钢铁侠说道:

    为什么粘贴进去会出错?

发表回复