Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Mar 22, 2024
1 parent b1f8b35 commit c584323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spherical_harmonics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ torch::Tensor rgb2sh(const torch::Tensor &rgb){
}

torch::Tensor sh2rgb(const torch::Tensor &sh){
// Converts from 0th 0th spherical harmonic coefficients to RGB values [0,1]
// Converts from 0th spherical harmonic coefficients to RGB values [0,1]
return (sh * C0) + 0.5;
}

Expand Down

0 comments on commit c584323

Please sign in to comment.