home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
chip_08_2000.iso
/
aktualnosci
/
shareware
/
Rhinoceros
/
rh11eval_20000320.exe
/
%MAINDIR%
/
RIB
/
show_st.sl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-06-08
|
290 b
|
13 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
show_st()
{
Ci = color "rgb" (s, t, 0);
Oi = 1;
}