Skip to content

Commit c584323

Browse files
committed
Fix comment
1 parent b1f8b35 commit c584323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spherical_harmonics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ torch::Tensor rgb2sh(const torch::Tensor &rgb){
2323
}
2424

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

0 commit comments

Comments
 (0)