Changeset 59 for branches/clutter-experiments/page.hh
- Timestamp:
- 10/23/09 17:58:55 (3 years ago)
- Files:
-
- 1 modified
-
branches/clutter-experiments/page.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/clutter-experiments/page.hh
r56 r59 21 21 * Usually, on start, all the pages will be rendered in a low res 22 22 * version, while higher res versions will be rendered on demand by 23 * the animations. We need to program the animations in advance so 24 * that we can pre-render hi-res versions of the pages before the 25 * animations begins. One way can be to read animations from the 26 * PDF. 23 * the animations. 24 * 25 * While displaying one page the following page is rendered in high 26 * resolution. No forward animation is possible until the rendering 27 * finishes. 27 28 * 28 29 */ … … 105 106 { 106 107 int w, h; 107 // we assume 4/3 aspect monitor can be done better108 // FIXME: we assume 4/3 aspect monitor. 108 109 double box_w = 1600; 109 110 double box_h = 1200;

