X-Git-Url: http://git.euphorik.ch/?p=GPU.git;a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda_Image%2Fsrc%2Fcpp%2Fcore%2F04_RayTracing%2Fmoo%2Fhost%2FRayTracing.h;h=5c0e77d1f8ad9de4886ee1b3957624c59a308212;hp=80729b86160520adb5d4869ddf77a1af4a7f351a;hb=f2c6a4fc79746e2d5c6678699bd2ca93ffc49bcc;hpb=ebdad7dc732d4742d09fd72d312175cb07d27a59 diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/host/RayTracing.h b/WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/host/RayTracing.h index 80729b8..5c0e77d 100644 --- a/WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/host/RayTracing.h +++ b/WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/host/RayTracing.h @@ -4,6 +4,8 @@ #include "cudaTools.h" #include "Animable_I.h" #include "MathTools.h" +#include "cudaType_CPU.h" + #include "Sphere.h" class RayTracing : public Animable_I @@ -25,6 +27,8 @@ class RayTracing : public Animable_I private: Sphere* createSpheres(int n); + AleaTools alea; + float t; const int w;