GPU/Procedural Texture Generation: Difference between revisions

Neobrain (talk | contribs)
Hey, look what I found... (thanks @ yuriks for translating!)
 
Neobrain (talk | contribs)
Add LUT size.
Line 35: Line 35:
* a triangle function
* a triangle function


The final texel color is determined by using the value of F(g) as an index into a configurable lookup table.
The final texel color is determined by using the value of F(g) as an index into a configurable lookup table (which is presumed to span 3 kilobytes of data).