home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top1164
/
image_ma.tpl
< prev
next >
Wrap
Text File
|
1994-01-17
|
619b
|
27 lines
//Image_map.tpl
/*
The syntax for image_map is...
pigment {
image_map {
FILE_TYPE "filename"
MODIFIERS...
}
}
Where FILE_TYPE is one of the following keywords "gif", "tga", "iff" or
"dump". This is followed by the name of the file in quotes. Several
optional modifiers may follow the file specification. The modifiers are
described below. Note: Earlier versions of POV-Ray allowed some modifiers
before the FILE_TYPE but that syntax is being phased out in favor of the
syntax described here.
*/
pigment {
image_map {
FILE_TYPE "filename"
}
}