Implémentation du raytracing pour Global Memory/Shared Memory/Constant Memory
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 04_RayTracing / provider / RayTracingProvider.cpp
index f232f0b..2d82571 100644 (file)
@@ -10,6 +10,6 @@ RayTracing* RayTracingProvider::create()
 
 Image* RayTracingProvider::createGL()
     {
-    ColorRGB_01* ptrColorTitre = new ColorRGB_01(0, 0, 0);
+    ColorRGB_01* ptrColorTitre = new ColorRGB_01(255, 255, 255);
     return new Image(create(), ptrColorTitre); // both ptr destroy by destructor of ImageFonctionel
     }