Adobe After Effectsチュートリアル
アフターエフェクト標準のCC Particle Worldをマスクの形のモーションパスに沿って動かす方法の解説です。
—————————————————————————————-
「使用しているエクスプレッション構文」
■CC Particle World
【Position X】
(thisComp.layer(“参照レイヤー名”).position[0]-thisComp.width/2)/thisComp.width
【Position Y】
(thisComp.layer(“参照レイヤー名”).position[1]-thisComp.height/2)/thisComp.width
【Position Z】
thisComp.layer(“参照レイヤー名”).position[2]/thisComp.width*0.87
—————————————————————————————-
【主な解説内容】
・CC Particle Worldの使い方
・モーションパスの使い方