This repository has been archived on 2023-10-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
c838dd9de61517c943bacfbb6f54fffc51111fb0
Replace completly random noise by Blue noisen, giving a better aspect. Also randomize the distance in the sample direction to cover the whole distance even with 1 sample. Using another blue noise for this. Replace spiral samples (that had tendency to align if the number of samples was near the chosen constant) with Hammersley samples that have good coverage even for low number of samples. Use a UBO instead of Texture (a bit less latency) making things a tiny bit faster. Move the noise data to the SceneLayerData, because each render layer can have a different sample count.
Description
Archive of Blender with old branches
Languages
C
67.4%
C++
23.4%
Python
6.1%
CMake
1.5%
GLSL
1.1%
Other
0.4%