Cylinder 可以做什麼

Perspective / CC Cylinder → 就是把平面捲成圓柱狀


那我們就來看看 可以做什麼吧~

箭頭動態


(示意有在動)
Pre-compose 起來加
Effects / CC Cylinder /
Radius 224
Position X/30   Y/150  Z/0
Rotation  X/-234 Y/12   Z/223
Light Intensity/143
Light Height/100


然後最初設定
Transition / Linear Wipe
無到有~ Transition Completion 87 → 0
*****************************************************************************************
彩帶 / Ribbon

Comp Size 1920 X 2000

Solid Size 2000 X 100
Rotation -10
Position 960,1240
看參考線就很明白要如何排列
就這樣複製 位移
要對的準 才接的起來
然後
Null
Position 960,1800
所有Solid 線條 都 Parent 給 Null

Null 設定 
scale 100,0 → 100,100
Expression:Scale  處寫下

freq = 3;
decay = 5;

t = time - inPoint;
startVal = [100,0];
endVal = [100,100];
dur = 0.1;
if (t < dur){
  linear(t,0,dur,startVal,endVal);
}else{
  amp = (endVal - startVal)/dur;
  w = freq*Math.PI*2;
  endVal + amp*(Math.sin((t-dur)*w)/Math.exp(decay*(t-dur))/w);
}


// 參考 http://www.motionscript.com/articles/bounce-and-overshoot.html 
   感謝 Dan Ebberts 

把Null 往下移 這樣Solid才不會出框

收走
Pre-compose 


給個
Effects / CC Cylinder /
Radius / 75
Rotation  Y / 75
Light Intensity / 205
Shading 
Ambient /85  Diffuse /85 Specular /30 Roughness /0.5

Transform / Scale /55%


像彈簧般的動態



_______________________________

類似教學  https://www.youtube.com/watch?v=5A9Bh6-hfW4
_______________________________

彩帶還可以這樣做


看起來不順對吧~~
在Solid 加 Effects / Distort / Corner Pin 微調
然後 在 CC Cylinder  轉 角度 Rotation  Y / 250  避開

然後利用 Corner Pin 變形
就變一般彩帶啦~

Try it!
************************************************************************
獎章  / medal
Solid 給各 Effects
Perspective / CC Cylinder 
Radius / 60
Position X / 160
Rotation  Y / 25
Rotation  Z / 45

接下來就變形 位移
Scale / 55,30
Position / 650,670

給一個Null parent

就這樣排列成圈

在最上層 給一個 Solid
Effects / Generate / Circle
Radius 330

接著上色



然後上字

TRY IT

0 Comments