Skip to content
Snippets Groups Projects

Resolve "Voxel cone tracing"

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