home *** CD-ROM | disk | FTP | other *** search
-
- //----- The Atrium Textures
-
- #declare FrameColor =
- texture {
- color Tan
- ambient .25
- diffuse .7
- phong .1
- phong_size 20
- }
-
- #declare PanelColor =
- texture {
- color Tan
- ambient .15
- diffuse .6
- phong .3
- phong_size 20
- .02
- }
-
- #declare RoofColor =
- texture {
- color DimGray
- ambient .15
- diffuse .7
- phong .3
- phong_size 20
- .03
- }
-
- #declare GlassColor =
- texture {
- color red .82 green.97 blue .82
- alpha .82
- reflection .2
- refraction .9
- ambient .1
- diffuse 0
- phong .3
- phong_size 50
- }
-
-
-