Advertisement
eticre

wallpaper

Jan 19th, 2014
2,600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //*PMRawBegin
  2. #version 3.7;
  3. //*PMRawEnd
  4.  
  5. global_settings {
  6.    adc_bailout 0.0039216
  7.    assumed_gamma 1
  8.    number_of_waves 100
  9.    noise_generator 2
  10.    
  11.    radiosity {
  12.       count 1000
  13.       error_bound 0.1
  14.       low_error_factor 0.1
  15.       minimum_reuse 0.0001
  16.       nearest_count 13
  17.       pretrace_end 0.001
  18.       recursion_limit 6
  19.    }
  20. }
  21.  
  22. light_source {
  23.    <3.6478, 1.70702, -0.1>, rgb<1, 1, 1>
  24.    parallel
  25. }
  26.  
  27. camera {
  28.    perspective
  29.    location <0, 30, -0.53333>
  30.    sky <0, 1, 0>
  31.    direction <0, 0, 1>
  32.    right <1.3333, 0, 0>
  33.    up <0, 1, 0>
  34.    look_at <0, 0, 0>
  35. }
  36.  
  37. plane {
  38.    <0, 1, 0>, 0
  39.    
  40.    pigment {
  41.       cells
  42.       turbulence <1, 1, 1>
  43.      
  44.       pigment_map {
  45.          [ 0 color rgb<0, 0, 0> ]
  46.          [ 1 bumps
  47.          scale 2
  48.          
  49.          pigment_map {
  50.             [ 0 bumps
  51.             noise_generator 3
  52.            
  53.             pigment_map {
  54.                [ 0 wrinkles
  55.                
  56.                pigment_map {
  57.                   [ 0 bumps
  58.                   noise_generator 2
  59.                  
  60.                   color_map {
  61.                      [ 0 color rgb<1, 1, 1> ]
  62.                      [ 0.0625 color rgb<0.615686, 0.615686, 0.615686> ]
  63.                      [ 0.125 color rgb<0.282353, 0.282353, 0.282353> ]
  64.                      [ 0.25 color rgb<0.14902, 0.14902, 0.14902> ]
  65.                      [ 0.5 color rgb<0.054902, 0.054902, 0.054902> ]
  66.                      [ 1 color rgb<0, 0, 0> ]
  67.                   }
  68.                   ]
  69.                   [ 1 color rgb<0, 0, 0> ]
  70.                }
  71.                ]
  72.                [ 1 color rgb<0, 0, 0> ]
  73.             }
  74.             ]
  75.             [ 1 color rgb<0, 0, 0>  ]
  76.          }
  77.          ]
  78.       }
  79.    }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement