Skip to content

Commit

Permalink
docs: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Dec 29, 2024
1 parent d7ec9bb commit 156f86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/spherical_harmonics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const fn num_sh_coefficients(degree: usize) -> usize {
}


// TODO: let SH_DEGREE be a const generic parameter to SphericalHarmonicCoefficients
#[cfg(feature = "sh0")]
pub const SH_DEGREE: usize = 0;

Expand Down

0 comments on commit 156f86b

Please sign in to comment.