Changeset 46

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

more ideas on the readme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/pigment-experiments/README

    r45 r46  
    1919to, seen from above) a function like the following (gnuplot). 
    2020 
    21 unset parametric 
    22 plot [-500:500]  +1/((sqrt(sqrt(-x)))+1), +1/((sqrt(sqrt(x)))+1/1) 
     21> unset parametric 
     22> plot [-500:500]  +1/((sqrt(sqrt(-x)))+1), +1/((sqrt(sqrt(x)))+1/1) 
    2323 
    24 while the distance from the center of the scene should be 
     24While the distance from the center of the scene should be: 
    2525 
    26 set parametric 
    27 plot sqrt(t),0 with linespoints 
     26> set parametric 
     27> plot sqrt(t),0 with linespoints 
     28 
     29Once the key point of the animation are choosen (some scaling is 
     30likely to be needed to achieve good results) the strategy can simply 
     31move the slides linearly between points: I think this linearization 
     32will not be noted by the eye.  
     33 
     34Animations should be put in some kind of class or module so that they 
     35can be easily added/changed. 
     36 
     37Note: if we want to do some rotations and translations with linear 
     38algebra a library such as Boost uBlas could be helpful. 
     39 
     40 
     41PDF Animations Mapping 
     42====================== 
     43 
     44POPPLER_PAGE_TRANSITION_REPLACE 
     45------------------------------- 
     46 
     47Plain switch. 
     48 
     49 
     50POPPLER_PAGE_TRANSITION_SPLIT 
     51----------------------------- 
     52 
     53Some kind of page split. Think of having two halves of the page with 
     54complementary alpha channels. 
     55 
     56                       \  
     57                        \ 
     58                         \+-----+ 
     59                          |\    |\  
     60                          | \   | \  
     61                          |  \  |  \ 
     62                       \  |   \ |    
     63                        \ |    \|   
     64                         \+-----+\   
     65                                  \  
     66                                   \ 
     67          
     68         
     69 
     70POPPLER_PAGE_TRANSITION_BOX 
     71--------------------------- 
     72 
     73This can be mapped to the cube. 
     74 
     75 
     76POPPLER_PAGE_TRANSITION_FLY 
     77--------------------------- 
     78 
     79This could be some slide fading while rapidly going towards the 
     80viewer. 
     81 
     82 
     83POPPLER_PAGE_TRANSITION_PUSH 
     84---------------------------- 
     85 
     86Could be the opposite of fly. 
     87 
     88 
     89POPPLER_PAGE_TRANSITION_FADE 
     90---------------------------- 
     91 
     92Normal fading 
     93 
     94 
     95The following transition codes are free for future usages: 
     96POPPLER_PAGE_TRANSITION_BLINDS, POPPLER_PAGE_TRANSITION_WIPE, 
     97POPPLER_PAGE_TRANSITION_DISSOLVE, POPPLER_PAGE_TRANSITION_GLITTER, 
     98POPPLER_PAGE_TRANSITION_COVER, POPPLER_PAGE_TRANSITION_UNCOVER