Skip to content
Snippets Groups Projects

Resolve "Voxel cone tracing"

Merged Ghost User requested to merge 82-voxel-cone-tracing into develop
7 files
+ 72
21
Compare changes
  • Side-by-side
  • Inline
Files
7
#ifndef LIGHT_INFO_INC
#define LIGHT_INFO_INC
struct LightInfo{
vec3 L; float padding;
vec3 sunColor;
float sunStrength;
mat4 lightMatrix;
};
\ No newline at end of file
float exponentialWarp;
};
#endif // #ifndef LIGHT_INFO_INC
\ No newline at end of file
Loading