Skip to content
Snippets Groups Projects

Resolve "Voxel cone tracing"

Merged Ghost User requested to merge 82-voxel-cone-tracing into develop
3 files
+ 52
5
Compare changes
  • Side-by-side
  • Inline
Files
3
  • ffad5823
    [#82] Add subtle chromatic aberration in high contrast areas · ffad5823
    Alexander Gauggel authored
#ifndef LUMA_INC
#define LUMA_INC
float computeLuma(vec3 c){
return dot(c, vec3(0.21, 0.72, 0.07));
}
#endif // #ifndef LUMA_INC
\ No newline at end of file
Loading