Added illumination library
This commit is contained in:
parent
be918c5898
commit
8dca8938ac
|
|
@ -0,0 +1,7 @@
|
||||||
|
#ifndef ILLUMINATION_H
|
||||||
|
#define ILLUMINATION_H
|
||||||
|
|
||||||
|
#include "raycaster.h"
|
||||||
|
#include "shading.h"
|
||||||
|
|
||||||
|
#endif // ILLUMINATION_H
|
||||||
Loading…
Reference in New Issue