Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ApoorvaJ committed Sep 18, 2023
1 parent 87d9bdb commit 6ff67a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/pbrlib/genglsl/lib/mx_pre_convolve_environment.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ vec3 spherical_to_cartesian(float phi, float cosTheta)
float x = cosPhi * sinTheta;
float y = sinPhi * sinTheta;
float z = cosTheta;
// float x = -cosTheta * sinPhi;
// float y = -sinTheta;
// float z = cosTheta * cosPhi;
return vec3(x, y, z);
}

Expand Down

0 comments on commit 6ff67a9

Please sign in to comment.