Skip to content
Snippets Groups Projects

Resolve "Voxel cone tracing"

Merged Ghost User requested to merge 82-voxel-cone-tracing into develop
All threads resolved!
4 files
+ 32
5
Compare changes
  • Side-by-side
  • Inline
Files
4
  • 9aee8460
    [#82] WIP: quantized moment shadow mapping with 16 bits and artifcats · 9aee8460
    Alexander Gauggel authored
@@ -110,4 +110,5 @@ void main() {
(diffuse + sunSpecular) * sun +
lambertBRDF(albedo) * diffuseTrace +
reflectionBRDF * specularTrace;
outColor = sun;
}
\ No newline at end of file
Loading