Ray tracing (pas termine).
authorgburri <gregory.burri@master.hes-so.ch>
Thu, 18 Dec 2014 07:53:05 +0000 (08:53 +0100)
committergburri <gregory.burri@master.hes-so.ch>
Thu, 18 Dec 2014 07:53:05 +0000 (08:53 +0100)
commitebdad7dc732d4742d09fd72d312175cb07d27a59
tree3a8d6bed98a7e08da08df72c06190291b915f646
parent00dcb50daad8129676832b0b646e675770ee51a0
Ray tracing (pas termine).
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/device/RayTracingDevice.cu [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/device/RayTracingDevice.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/device/Sphere.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/device/math/RayTracingMath.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/host/RayTracing.cu [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/host/RayTracing.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/provider/RayTracingProvider.cpp [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/provider/RayTracingProvider.h [new file with mode: 0644]