POV-Ray : Newsgroups : povray.binaries.images : Less is more? Or just less? : Re: Less is more? Or just less? Server Time
2 Aug 2024 22:16:09 EDT (-0400)
  Re: Less is more? Or just less?  
From: nemesis
Date: 14 May 2007 13:00:02
Message: <web.46489585dc8ac399773c9a3e0@news.povray.org>
and BTW, here's the original ambient occlusion scene.  Guess it makes a good
wallpaper as well in a higher resolution.  Perhaps lowering count a bit
helps there... :)


global_settings{
  radiosity {
    pretrace_start .04
    pretrace_end   .006
    count 300
    nearest_count 20
    error_bound .1
    recursion_limit 3
    //low_error_factor .02
    gray_threshold 0.0
    minimum_reuse 0.005
    brightness 1.5
    adc_bailout 0.001/2
    //normal on
  }
 assumed_gamma 1
 max_trace_level 10
}

/* sky sphere */
sphere { 0, 10000
 pigment { rgb .86 }
 finish { ambient .9 diffuse .5 }
}

union {
 sphere { x 1 }
 sphere { -x*1.1 1 rotate 33*-z }
 plane { -z 0 }
 plane { -y, -1.6 }
 plane { x, -4.5 }

 pigment { rgb 1 }
 finish { diffuse .9 brilliance 1 ambient -.03 }

 translate z*5
}


Post a reply to this message


Attachments:
Download 'ambient_occlusion.jpg' (7 KB)

Preview of image 'ambient_occlusion.jpg'
ambient_occlusion.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.