home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / varia / povray3 / povray3_fpu / pov3demo / demo / texture2.pov < prev    next >
Text File  |  1997-12-12  |  2KB  |  50 lines

  1. // Persistence Of Vision raytracer version 3.0 sample file.
  2. // The TEXTUREn.POV files demonstrate all textures in TEXTURES.INC
  3. // and STONES.INC
  4.  
  5. #version 3.0
  6. global_settings { assumed_gamma 2.2 }
  7.  
  8. #include "colors.inc"
  9. #include "shapes.inc"
  10. #include "textures.inc"
  11. #include "glass.inc"
  12.  
  13. #declare T01 = texture {EMBWood1}
  14. #declare T02 = texture { pigment {DMFLightOak}}
  15. #declare T03 = texture { pigment {DMFDarkOak}}
  16.  
  17. #declare T04 = texture {Yellow_Pine}
  18. #declare T05 = texture {Rosewood}
  19. #declare T06 = texture {Sandalwood}
  20.  
  21. #declare T07 = texture {finish { Dull} pigment{Blue}}
  22. #declare T08 = texture {finish {Shiny} pigment{Blue}}
  23. #declare T09 = texture {finish {Phong_Dull} pigment{Blue}}
  24.  
  25. #declare T10 = texture {finish {Phong_Shiny} pigment{Blue}}
  26. #declare T11 = texture {finish {Glossy} pigment{Blue}}
  27. #declare T12 = texture {finish {Phong_Glossy} pigment{Blue}}
  28.  
  29. #declare T13 = texture {finish {Luminous} pigment{Blue}}
  30. #declare T14 = texture {finish {Mirror} pigment{White}}
  31. #declare T15 = texture {T_Glass1}
  32.  
  33. #declare T16 = texture {T_Glass2}
  34. #declare T17 = texture {T_Glass3}
  35. #declare T18 = texture {T_Green_Glass}
  36.  
  37. #declare T19 = texture {Chrome_Texture}
  38. #declare T20 = texture {finish {Metal} pigment{White}}
  39. #declare T21 = texture {Brass_Texture}
  40.  
  41. #declare T22 = texture {Gold_Texture}
  42. #declare T23 = texture {Bronze_Texture}
  43. #declare T24 = texture {Copper_Texture}
  44.  
  45. #declare T25 = texture {Silver_Texture}
  46. #declare T26 = texture {Brass_Valley}
  47. #declare T27 = texture {Polished_Chrome}
  48.  
  49. #include "shotxtr.inc"
  50.