Skip to content
Snippets Groups Projects
Commit c771c7fa authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

[#81] Remove leftover debug code

parent 336b4751
No related branches found
No related tags found
1 merge request!70Resolve "Voxel cone tracing"
Pipeline #25907 passed
......@@ -147,7 +147,6 @@ vec3 voxelConeTrace(vec3 direction, vec3 startPosition, float coneAngleRadian, t
vec4 voxelSample = textureLod(sampler3D(voxelTexture, voxelSampler), sampleUV , mip);
color += (1 - a) * voxelSample.rgb;
voxelSample.a = pow(voxelSample.a, 0.6);
a += (1 - a) * voxelSample.a;
float minStepSize = 0.15;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment