POV-Ray : Newsgroups : povray.binaries.images : [WIP] Kitchen 45k : Re: [WIP] Kitchen 45k Server Time
17 Aug 2024 04:11:27 EDT (-0400)
  Re: [WIP] Kitchen 45k  
From: Ari-Matti Leppanen
Date: 10 Dec 2001 04:34:40
Message: <3c1481b0@news.povray.org>
"Tony[B]" <ben### [at] catholicorg> wrote in message
news:3c13bed5@news.povray.org...
> > I have already tried the blurred reflection trick on the sinks, but
> > it's sooo sloooow.
>
> I often forget I'm running at 1.33GHz... :)
>
Try replacing the plane in the scene you sent with this:

union {
    box {<-999, 89.5, -999><-150.1, 0, 999> }
    box {<-89.9, 89.5, -999><999, 0, 999> }
    box {<-150.1, 89.5, -999><-89.9, 0, 135.4> }
    box {<-150.1, 89.5, 185.6><-89.9, 0, 999> }

  difference {
    box {<-150.1, 89.5, 185.6><-89.9, 0, 135.4> }
    box {<-150, 89.6, 185.5><-90, 69.5, 135.5> }
  }

  texture {BlurredMetal}
}
and you'll see that some things are slow even with 1.33GHz. Tracing that is
at least ten times slower than it was with just a plane. I guess there's no
way to optimize that difference. :(

Ari-Matti

(PS. Hmm.. I wounder what happens, if I put some glass objects in my
kitchen, increase the max_trace_level to make them trace correctly AND use
the blurred reflection with I < 50. ;) )


Post a reply to this message

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