Show
Ignore:
Timestamp:
01/18/09 19:19:29 (3 years ago)
Author:
mirko
Message:

cover flow animation calculations

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/pigment-experiments/README

    r44 r45  
     1Running 
     2======= 
     3 
    14Compilation: 
    25g++ pdfcube.cc `pkg-config pigment-0.3 poppler-glib  poppler gdk-pixbuf-2.0 glib-2.0 --cflags --libs` 
     
    69 
    710 
     11Animations 
     12========== 
     13 
     14Right now it's all a mess. There is a sketch of an api proposal to be 
     15used by some kind of animation strategy and not much more. 
     16 
     17In the main I'm experimenting with cover flow animations. I think one 
     18"pretty" way of doing cover flow is to align the slides along (tangent 
     19to, seen from above) a function like the following (gnuplot). 
     20 
     21unset parametric 
     22plot [-500:500]  +1/((sqrt(sqrt(-x)))+1), +1/((sqrt(sqrt(x)))+1/1) 
     23 
     24while the distance from the center of the scene should be 
     25 
     26set parametric 
     27plot sqrt(t),0 with linespoints