home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / atari / GRAPHX / POV / 68030.060 / POV31G30 / POVRAY_3.1G / SCENES / INCDEMO / TEXTURE1.POV < prev    next >
Text File  |  1999-10-30  |  2KB  |  52 lines

  1. // Persistence Of Vision raytracer version 3.1 sample file.
  2. // The TEXTUREn.POV files demonstrate all textures in TEXTURES.INC
  3.  
  4. global_settings { assumed_gamma 2.2 }
  5.  
  6. #include "textures.inc"
  7.  
  8. #declare Textures=array[3][9]
  9. {
  10.   {
  11.      texture { pigment { Jade                } },
  12.      texture { pigment { Red_Marble          } },
  13.      texture { pigment { White_Marble        } },
  14.                                              
  15.      texture { pigment { Blood_Marble        } },
  16.      texture { pigment { Blue_Agate          } },
  17.      texture { pigment { Sapphire_Agate      } },
  18.                                              
  19.      texture { pigment { Brown_Agate         } },
  20.      texture { pigment { Pink_Granite        } },
  21.      texture {           PinkAlabaster         }
  22.   },                                         
  23.   {                                          
  24.      texture { pigment { Blue_Sky            } },
  25.      texture { pigment { Bright_Blue_Sky     } },
  26.      texture { pigment { Blue_Sky2           } },
  27.                                              
  28.      texture { pigment { Blue_Sky3           } },
  29.      texture { pigment { Blood_Sky           } },
  30.      texture { pigment { Apocalypse          } },
  31.                                              
  32.      texture { pigment { Clouds              } },
  33.      texture { pigment { FBM_Clouds          } },
  34.      texture {           Shadow_Clouds         }
  35.   },                                         
  36.   {                                          
  37.      texture { pigment { Cherry_Wood         } },
  38.      texture { pigment { Pine_Wood           } },
  39.      texture { pigment { Dark_Wood           } },
  40.                                              
  41.      texture { pigment { Tan_Wood            } },
  42.      texture { pigment { White_Wood          } },
  43.      texture { pigment { Tom_Wood            } },
  44.                                              
  45.      texture { pigment { DMFWood1            } },
  46.      texture { pigment { DMFWood2            } },
  47.      texture { pigment { DMFWood3            } }
  48.   }
  49. }
  50.  
  51. #include "shotxtr.inc"
  52.