home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hackers Magazine 57
/
CdHackersMagazineNr57.iso
/
Software
/
Multimedia
/
k3d-setup-0.7.11.0.exe
/
share
/
k3d
/
shaders
/
surface
/
k3d_show_st.sl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-01-23
|
276 b
|
15 lines
/* Copyrighted Pixar 1989 */
/* From the RenderMan Companion p.344 */
/* Listing 16.11 Shader mapping texture-space coordinates to colors */
/*
* show_st(): color surface point according to its s,t coordinates.
*/
surface
k3d_show_st()
{
Ci = color(s, t, 0);
Oi = 1;
}