Missing parameters file. master
authorgburri <gregory.burri@master.hes-so.ch>
Thu, 22 Jan 2015 10:55:15 +0000 (11:55 +0100)
committergburri <gregory.burri@master.hes-so.ch>
Thu, 22 Jan 2015 10:55:15 +0000 (11:55 +0100)
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/RayTracingParams.h [new file with mode: 0644]

diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/RayTracingParams.h b/WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/RayTracingParams.h
new file mode 100644 (file)
index 0000000..c7dec51
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef RAY_TRACING_COMMON
+#define RAY_TRACING_COMMON
+
+#define NB_SPHERES 2000
+
+
+#define MEMORY_MODEL_GLOBAL 1
+#define MEMORY_MODEL_CONSTANT 2
+#define MEMORY_MODEL_SHARED 3
+
+#define CURRENT_MEMORY_MODEL MEMORY_MODEL_CONSTANT
+
+#endif