Skip to content

Commit

Permalink
Removed a now redundent comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeFuller committed May 24, 2021
1 parent b484173 commit da2d0f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/Rendering/OpenGL/glsl/vtkVolumeFS.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -834,9 +834,6 @@ void applyBlend(vec3 posIS, vec3 endIS, float sampleDistanceIS, vec3 tdims)
// - We are comparing all values in the texture to see if any of them
// are outside of the scalar range. In the future we might want to allow
// scalar ranges for each component.
// - There might be a better way to do this. I'm not sure if there is an
// equivalent of 'any' which only operates on RGB, though I suppose
// we could write an 'anyRGB' function and see if that is faster.
if (valueWithinScalarRange(tValue, averageIPScalarRangeMin, averageIPScalarRangeMax)) {
// Sum the values across each step in the path
sum += tValue;
Expand Down

0 comments on commit da2d0f2

Please sign in to comment.