Tiled 2D Amortized Noise
A Program to Generate Infinite Grayscale Noise Textures with Amortized Noise
|
Common.h | Some common defines used in several places |
CPUtime.cpp | Code for getting access to CPU time under Windows |
CPUtime.h | Header for getting access to CPU time under Windows |
defines.h | Header file for OS dependent things |
FiniteAmortizedNoise2D.cpp | Code file for the 2D amortized noise class CFiniteAmortizedNoise2D |
FiniteAmortizedNoise2D.h | Header file for the 2D amortized noise class CFiniteAmortizedNoise2D |
InfiniteAmortizedNoise2D.cpp | Code file for the 2D amortized noise class CInfiniteAmortizedNoise2D |
InfiniteAmortizedNoise2D.h | Header file for the 2D amortized noise class CInfiniteAmortizedNoise2D |
main.cpp | Main |
MurmurHash3.h | |
SaveImage.cpp | Source code for saving a noise cell as a PNG or TGA file |
SaveImage.h | Header for image saving functions |