home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 November / PCWorld_1999-11_cd.bin / Software / Servis / PovRay / povwin3.exe / %MAINDIR% / scenes / radios / rad2.inc next >
Encoding:
Text File  |  1999-10-05  |  1.3 KB  |  82 lines

  1. // Persistence Of Vision raytracer version 3.1 sample file.
  2. // Used by rad2.pov
  3.  
  4. global_settings { assumed_gamma 2.2 }
  5.  
  6. // For radiosity only!
  7. #default { finish { ambient 0.35 diffuse 0.65 } }
  8.  
  9. //  $MRY$: 'Room_Texture'
  10. #declare Room_Texture = texture {
  11.    pigment {
  12.      color rgb<0.82, 0.82, 0.82>
  13.    }
  14. }
  15.  
  16.  
  17. #declare Cone_Texture = texture {
  18.     T_Glass2 
  19.     finish { Shiny
  20.         reflection .15
  21.         specular .9
  22.         roughness .001
  23.         ambient .1
  24.         diffuse .1
  25.     }
  26.     /*
  27.     pigment {
  28.         color rgb<0.8, 0.8, 0.0>
  29.     }
  30.     */
  31. }
  32.  
  33. #declare Box_Texture = texture {
  34.    pigment {
  35.      color rgb<0.8, 0.8, 0.05>
  36.    }
  37. }
  38.  
  39. #declare Ball_Texture = texture {
  40.    pigment {
  41.      color rgb<0.95, 0.95, 1.0>
  42.    }
  43.    finish {
  44.      Shiny
  45.      diffuse 0.65
  46.      ambient 0.375
  47.    }
  48. }
  49.  
  50. #declare Torus_Texture = texture {
  51.     T_Brass_3B
  52.     normal {
  53.       crackle 0.25
  54.       turbulence 0.3
  55.       octaves 4
  56.       scale 0.35
  57.     }
  58. }
  59.  
  60. #declare Cyl_Texture = texture {
  61.    pigment {
  62.      color rgb<0.504, 0.050, 0.050>
  63.    }
  64.  
  65. }
  66.  
  67. #declare LeftWallTex = texture {
  68.    pigment {
  69.      color rgb <.85, .05, .05>
  70.    }
  71.    finish {   
  72.    }
  73.  
  74. }
  75.  
  76. #declare RightWallTex = texture {
  77.    pigment {
  78.      color rgb<0.041, 0.050, 0.479>
  79.    }
  80. }
  81.  
  82.