Sample isotropic direction consistently

This commit is contained in:
Paul Romano 2021-03-24 08:11:40 -05:00
parent f8241f567f
commit 8a07feebcb
4 changed files with 17 additions and 31 deletions

View file

@ -57,6 +57,8 @@ private:
//! Uniform distribution on the unit sphere
//==============================================================================
Direction isotropic_direction(uint64_t* seed);
class Isotropic : public UnitSphereDistribution {
public:
Isotropic() { };