home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Raytrace & Morphing
/
SOS-RAYTRACE.ISO
/
programm
/
raytrace
/
radiance
/
lib
/
radpat.cal
< 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
|
1990-07-03
|
242 b
|
9 lines
{
Make radial pattern for BRDF plots.
}
light_line = if(if(.0025-Px,Px--.0025,-1), 4, 1);
red_band = if(inband, A1, 1);
grn_band = if(inband, A2, 1);
blu_band = if(inband, A3, 1);
inband = .005-mod(sqrt(Px*Px+Py*Py+Pz*Pz)+.0025,.1);