[ QUOTE ] Technically speaking any given texture could very well be thought of as an 8 dimensional structure rather than a 2 dimensional one [/ QUOTE ] While i can see your point, i couldn't even imagine thinking in 4 dimensions, let alone 8 I prefer to see data type textures in the same way you would think about world…
[ QUOTE ] It is a bit like using 3D Studio to draw a 2D picture, but what else are you gonna do? Open up notepad and type numbers in a list? [/ QUOTE ] I actually made a bitmap by typing numbers into an ascii file once. It's not that hard but I had to do a bit of coding in postscript to get it into the proper array. But I…
1d textures can be used to store more complex calculations. Although this is less true today with powerful hardware. But think about any mathematical function that takes a single scalar value as input. Of course the result (unless float textures used) wouldnt be as precise, but especially in older card generations it was…