Skip to content

Commit

Permalink
Fixed link to paper
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Jan 28, 2023
1 parent 8e97ef2 commit fe80a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ or for the current

This crate is heavily inspired by Google's
[spherical-harmonics](https://github.com/google/spherical-harmonics) library and follows the
mathematics documented [here](https://theory.cpe.ku.ac.th/~pramook/files/spherical-harmonic-lighting.pdf).
mathematics documented [here](https://basesandframes.files.wordpress.com/2016/05/spherical_harmonic_lighting_gritty_details_green_2003.pdf).

## References

* Robin Green, ["Spherical Harmonic Lighting: The Gritty Details"](https://theory.cpe.ku.ac.th/~pramook/files/spherical-harmonic-lighting.pdf)
* Robin Green, ["Spherical Harmonic Lighting: The Gritty Details"](https://basesandframes.files.wordpress.com/2016/05/spherical_harmonic_lighting_gritty_details_green_2003.pdf)
* [Spherical harmonics (Wikipedia)](https://en.wikipedia.org/wiki/Spherical_harmonics)
* [Solid harmonics (Wikipedia)](https://en.wikipedia.org/wiki/Spherical_harmonics)

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
//!
//! This crate is heavily inspired by Google's
//! [spherical-harmonics](https://github.com/google/spherical-harmonics) library and follows the
//! design documented [here](https://theory.cpe.ku.ac.th/~pramook/files/spherical-harmonic-lighting.pdf).
//! design documented [here](https://basesandframes.files.wordpress.com/2016/05/spherical_harmonic_lighting_gritty_details_green_2003.pdf).
//!
//! # References
//!
//! * Robin Green, ["Spherical Harmonic Lighting: The Gritty Details"](https://theory.cpe.ku.ac.th/~pramook/files/spherical-harmonic-lighting.pdf)
//! * Robin Green, ["Spherical Harmonic Lighting: The Gritty Details"](https://basesandframes.files.wordpress.com/2016/05/spherical_harmonic_lighting_gritty_details_green_2003.pdf)
//! * [Spherical harmonics (Wikipedia)](https://en.wikipedia.org/wiki/Spherical_harmonics)
//! * [Solid harmonics (Wikipedia)](https://en.wikipedia.org/wiki/Spherical_harmonics)
//!
Expand Down

0 comments on commit fe80a81

Please sign in to comment.