יום שלישי, 29 בדצמבר 2015

Bounce on Floor_2_Keys_2_animate

e = .7;
g = 8000;
nMax = 15;

n = 0;
if (numKeys > 0){
  n = nearestKey(time).index;
  if (key(n).time > time) n--;
}
if (n > 0){
  t = time - key(n).time;
  v = -velocityAtTime(key(n).time - .001)*e;
  vl = length(v);
  if (value instanceof Array){
    vu = (vl > 0) ? normalize(v) : [0,0,0];
  }else{
    vu = (v < 0) ? -1 : 1;
  }
  tCur = 0;
  segDur = 2*vl/g;
  tNext = segDur;
  nb = 1; // number of bounces
  while (tNext < t && nb <= nMax){
    vl *= e;
    segDur *= e;
    tCur = tNext;
    tNext += segDur;
    nb++
  }
  if(nb <= nMax){
    delta = t - tCur;
    value +  vu*delta*(vl - g*delta/2);
  }else{
    value
  }
}else
  value

יום רביעי, 24 ביוני 2015

יום חמישי, 18 ביוני 2015

Expressions - 2Keys_2_animBounce

amp = .08;
freq = 2;
decay = 4;

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/10);
value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);

}else{value}

יום שני, 24 באוגוסט 2009

Sketch of the day

This is how the Banana beach of ACHZIV looks like when you find a couple of minutes to enjoy it. It's the only beach in Israel you can find a "HUSHA" (Arabic, a small shack) out side of Sinai.

יום שלישי, 11 באוגוסט 2009

An Interview with a Designer

This is an interview I got from a friend, Dan Shtramer ,a web Designer. Couple of the issues seamed to me a bit important and worth sharing. It's in Hebrew and will be translated by demand.
9.מה יותר מאתגר אותך עבודת העיצוב או העבודה הטכנית?
מאתגר אותי הצד העיצובי והטכני יחדיו. זה פועל עלי בגלים (של תשוקה ותסכול בדרכ). בכל גל כל אחד מהצדדים דומיננטי לסירוגין. בדרכ אם גל נמשך יותר מדי זמן התשוקה הופכת לתסכול משתק ומתיש ואז עלי לגייס את כל כולי על מנת להתקדם הלאה (ולצאת שפוי).
6. כשאתה עובד על עיצוב האם אתה ניגש ישר לפוטושופ או משרבט כמה סקיצות?
אעדיף חופש אמצעי מלא לפני שאני ניגש למחשב, למרות שלפעמים החופש הזה לפעמים מושג דווקא באמצעות מחשב. לדוגמא, בנית אובייקטים בתוכנות תלת(ממד) והצבת מצלמות (וירטואליות) בקלות יחסית על מנת למצוא ולהתנסות בקומפוזיציות שלא חשבתי עליהן מראש.וזאת לפני בדיקת תאורה וצבע בסצנה.
8. מה נותן לך השראה, אתר? מעצב? או התרחשויות מהיום-יום?
אני מתחיל מה"רדי מייד" ממקור כלשהו– ממשהו מוכן שיש בו משהו ועליו אני עושה שינויים. במילים אחרות אני זקוק לגירוי חיצוני חזק- אחכ זה מסתדר.

יום רביעי, 15 ביולי 2009

New home page for Gabi2B - DJ

A new home page I did for a friend, Gabi2B, a DJ in proffesion. In the 3rd version I went for a smoky night club with yellow red pallete. In the 2nd version I checked a morning atmosphere in contrast to a total night one in the 1st. On either case I kept the red spotlight.
3nd version

2nd version

1st version

יום שלישי, 14 ביולי 2009

Flash highlights

http://vimeo.com/5582886
A couple of flash shots I did in Yoni Goodman's class at 2007. A character animation, a teaser for an imaginary program and an interactive for the web.
Screen shots: