X-Git-Url: http://git.euphorik.ch/?p=GPU.git;a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda_Image%2Fsrc%2Fcpp%2Fcore%2F00_Rippling_warmup%2FRippling0Provider.h;h=48b9ab341476b7b2a4139e387082522e8706d7fe;hp=bc730be144347b2cb0bde041cd5f995c305eeb1d;hb=b1138708dfa104f784170fcf2d50989156e5c5d0;hpb=f4016003996bd8f9dd903ad9ba6ec6269140a928 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..48b9ab3 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 = 2 * PI / 1000; // animation para - 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); } };