mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
Added illumination library
This commit is contained in:
7
src/illumination/illumination.h
Normal file
7
src/illumination/illumination.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef ILLUMINATION_H
|
||||
#define ILLUMINATION_H
|
||||
|
||||
#include "raycaster.h"
|
||||
#include "shading.h"
|
||||
|
||||
#endif // ILLUMINATION_H
|
||||
Reference in New Issue
Block a user