POV-Ray : Newsgroups : povray.binaries.images : waste of time! : Re: waste of time! Server Time
26 Jun 2024 07:11:10 EDT (-0400)
  Re: waste of time!  
From: alphaQuad
Date: 29 Jan 2008 00:10:01
Message: <web.479eb4d1b082306ec29b7d970@news.povray.org>
"nemesis" <nam### [at] gmailcom> wrote:
> "alphaQuad" <alp### [at] earthlinknet> wrote:
> > that was [512x384, AA 0.3] from res menu / 750mhz single CPU
>
> AA 0.3 is not supersampling AA, which is the best.  command-line:  +AM2 +A0.04
> or lower...
>
> > shadows are faint but visible
>
> hmm, you put the standard radiosity there.  Given the white background, it
> almost made the shadows disappear...


with command line +AM2 +A0.04 looking like 40 minutes for one cup
(hard pressed to see a difference without)

here: 12 minute cup (+AM2 +A0.04 NOT USED)

adjusted in this manner (except cup back to orig color filter 1)
object { cup translate -x*.7 tex(<1,.6,.6,1,.1> ) }

one cup 'til effects acheived:



plane { y 0 pigment { rgb .7 } finish { ambient 0 diffuse 1 } }

background { rgb .2 }
#declare lv = <-5,5,-5>; // <0,1,0> cant work here
#declare arraylen = 1;

#declare _x = vnormalize(vcross(y,lv))*arraylen;
#declare _y = vnormalize(vcross(lv,_x))*arraylen;
light_source {
   lv
   1
   area_light
   _x,_y,4,4
   circular orient jitter

}
camera {
   location <0,5,-9>
   look_at <-0.3,.6,0>
   angle 20
}


Post a reply to this message


Attachments:
Download 'glasses5.png' (38 KB)

Preview of image 'glasses5.png'
glasses5.png


 

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