X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda_Image%2Fsrc%2Fcpp%2Fcore%2F00_Rippling_warmup%2FRippling0Provider.h;h=d5472a237ea5bdd2b55b31f4d04caf0218276a18;hb=3e601cb6c0cc2c5b3a9b30ebf3ad1102e53c0e0b;hp=bc730be144347b2cb0bde041cd5f995c305eeb1d;hpb=8d08c12b29c2a14684f35c023ee39e694bb80d25;p=GPU.git diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/00_Rippling_warmup/Rippling0Provider.h b/WCudaMSE/Student_Cuda_Image/src/cpp/core/00_Rippling_warmup/Rippling0Provider.h index bc730be..d5472a2 100755 --- a/WCudaMSE/Student_Cuda_Image/src/cpp/core/00_Rippling_warmup/Rippling0Provider.h +++ b/WCudaMSE/Student_Cuda_Image/src/cpp/core/00_Rippling_warmup/Rippling0Provider.h @@ -18,12 +18,12 @@ class Rippling0Provider static Rippling0Image* createGL(void) { - float dt = 2*PI/1000; // animation para + float dt = 1; - int dw = 16 * 60; // =32*30=960 - int dh = 16 * 60; // =32*30=960 + int dw = 16 * 60; // =32*30=960 + int dh = 16 * 60; // =32*30=960 - return new Rippling0Image(dw, dh, dt); + return new Rippling0Image(dw, dh, dt); } };