Skip to content
Snippets Groups Projects

Resolve "Voxel cone tracing"

Merged Ghost User requested to merge 82-voxel-cone-tracing into develop
5 files
+ 151
52
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 6eedb5e3
    [#82] Move shadow map with camera frustum and voxel volume · 6eedb5e3
    Alexander Gauggel authored
#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
vec3 L;
float padding;
vec3 sunColor;
float sunStrength;
mat4 lightMatrix;
};
#endif // #ifndef LIGHT_INFO_INC
\ No newline at end of file
Loading