44ee7517441366796ea42cebcaf25bf6aadc6a16
5 #include "GLUTImageViewers.h"
10 #include "Rippling0Provider.h"
11 #include "RipplingProvider.h"
17 /*----------------------------------------------------------------------*\
19 \*---------------------------------------------------------------------*/
21 /*--------------------------------------*\
23 \*-------------------------------------*/
25 /*--------------------------------------*\
27 \*-------------------------------------*/
31 /*--------------------------------------*\
33 \*-------------------------------------*/
35 /*----------------------------------------------------------------------*\
37 \*---------------------------------------------------------------------*/
39 /*--------------------------------------*\
41 \*-------------------------------------*/
45 Rippling0Image
* ptrRippling0
= Rippling0Provider::createGL();
46 Image
* ptrRippling
= RipplingProvider::createGL();
47 // TODO : Insert autres Images ...
49 bool isAnimation
= true;
50 bool isSelection
= true;
52 GLUTImageViewers
rippling0Viewer(ptrRippling0
, isAnimation
, isSelection
, 0, 0);
53 GLUTImageViewers
ripplingViewer(ptrRippling
, isAnimation
, isSelection
, 10, 10);
54 // TODO : Insert here autres ImageViewers ...
56 GLUTImageViewers::runALL(); // Bloquant, Tant qu'une fenetre est ouverte
70 /*--------------------------------------*\
72 \*-------------------------------------*/
74 /*----------------------------------------------------------------------*\
76 \*---------------------------------------------------------------------*/