Skip to content
Snippets Groups Projects

Resolve "Voxel cone tracing"

Merged Ghost User requested to merge 82-voxel-cone-tracing into develop
2 files
+ 8
4
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 33bc9a99
    [#82] Add small ambient light factor to volumetric lighting · 33bc9a99
    Alexander Gauggel authored
@@ -2,10 +2,11 @@
#define LIGHT_INFO_INC
struct LightInfo{
vec3 L; float padding;
vec3 sunColor;
float sunStrength;
mat4 lightMatrix;
vec3 L;
float padding;
vec3 sunColor;
float sunStrength;
mat4 lightMatrix;
};
#endif // #ifndef LIGHT_INFO_INC
\ No newline at end of file
Loading