Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hdEmbree] fix for random number generation
use of std::bind was copying the underlying random number generator before use, resulting in the exact same sequence getting reused for, ie, every AO calculation within a given tile-group
- Loading branch information