home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
grap
/
util
/
022
/
v3ds.vs
< prev
next >
Wrap
Text File
|
1992-11-11
|
670b
|
35 lines
/* Sample 3ds texture library for use with Vivid */
#define RED_PLASTIC \
surface { \
diffuse brown \
shine 70 white \
}
#define BLUE_PLASTIC \
surface { \
diffuse blue \
shine 70 white \
}
#define GREEN_PLASTIC \
surface { \
diffuse green \
shine 70 white \
}
#define GLASS \
surface { \
trans white \
ior 1.3 \
shine 100 .7 .7 .7 \
}
#define GOLD \
surface { \
diff .5 .3 .1 \
spec .5 .5 .5 \
shine 400 \
}