搜索资源列表
RayTracing
- 光线跟踪算法实现。正确无误。 在debug目录下有obj文件可以使用
cudaraytrace
- Raytracing functions for use in CUDA. Three types of objects are supported: planes, triangle and spheres. Functions can be called both from a kernel and the main programm. The shadow query for spheres is custom. Inside the archive is a group of commo
