home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
gfx
/
graphtal.lha
/
Graphtal
/
rgb2rayshade.awk
< 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
AWK Script
|
1992-09-04
|
251 b
|
11 lines
BEGIN { print "#ifndef COLORS_INC"
print "# define COLORS_INC\n"
}
{ printf "surface %-20s\n", $4
printf " diffuse %1.3g %1.3g %1.3g\n\n", $1/255, $2/255, $3/255
}
END { print "\n#endif COLORS_INC" }