GPU/Procedural Texture Generation: Difference between revisions
No edit summary |
|||
Line 5: | Line 5: | ||
* Noise Module | * Noise Module | ||
* Repeat Module | * Repeat Module | ||
* Base Shape | * Base Shape (also notated as G(u,v)) | ||
* F(g) and Lookup Table | * F(g) and Lookup Table | ||
== Noise Module == | == Noise Module == | ||
This stage applies noise on the input coordinates. Little is known about this other than that there are three noise parameters: | This stage applies noise on the input coordinates. Little is known about this other than that there are three noise parameters: | ||
* Amplitude | * Amplitude | ||
* Frequency | |||
* Phase | * Phase | ||