메뉴 건너뛰기

해원이세상

담아온 영상

강좌
2016.07.11 15:40

Bounce AE expression

조회 수 40 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form
주소 https://vimeo.com/44007547

Inertial Bounce
can be put on the scale, position ... and creates this bounce as when a ball hit the ground

n = 0;
if (numKeys > 0){
n = nearestKey(time).index;
if (key(n).time > time){
n--;
}
}
if (n == 0){
t = 0;
}else{
t = time - key(n).time;
}
if (n > 0){
v = velocityAtTime(key(n).time - thisComp.frameDuration/15);
amp = .05;
freq = 4;
decay = 8;
value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);
}else{
value;
}

Watch Out for some reason, the enter (=go to next line) are replaced by ? sign that is not understood by AE, so be sure to delete the ? mark to have the expression working

otherwise here is the a version without enter

n = 0;if (numKeys > 0){n = nearestKey(time).index;if (key(n).time > time){n--;}}if (n == 0){t = 0;}else{t = time - key(n).time;}if (n > 0){v = velocityAtTime(key(n).time - thisComp.frameDuration/15);amp = .05;freq = 4;decay = 8;value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);}else{value;}


  1. 2D Cloud Puff After Effects Shape Layer Tutorial

    Category강좌 Views27
    Read More
  2. Tutorial Adobe After Effects: 2D Smoke/Clouds

    Category강좌 Views127
    Read More
  3. Bounce AE expression

    Category강좌 Views40
    Read More
  4. Windows Live Movie Maker: The User Interface

    Category강좌 Views20
    Read More
  5. 밤샘토론39회 - 북한 핵, 남북관계 파국 부르나?

    Category토론 Views31
    Read More
  6. [신년특집 토론 풀영상] 4인 4색│2016 한국사회를 말한다

    Category토론 Views55
    Read More
  7. '썰전 2라운드 이준석 이철희' 김근식 나경채 제20대 총선 공직선거 정책토론회(3차) 남북외교문제

    Category토론 Views34
    Read More
  8. 밤샘토론 44회 - 4.13 총선 D-19, 민심의 선택은?

    Category토론 Views25
    Read More
  9. 거세지는 한반도 핵무장론 실효성은? / YTN

    Category뉴스 Views16
    Read More
  10. 밤샘토론 42회 - 대북 강경책, 북한 바꿀까?

    Category토론 Views34
    Read More
  11. 밤샘토론41회 - 정치 신인들이 말하는 총선 승부수?

    Category토론 Views28
    Read More
  12. [C스토리38회] 이호선(한국노인상담센터장) - 부모가 알아야 할 세 가지

    Category강좌 Views50
    Read More
Board Pagination Prev 1 Next
/ 1
위로