POV-Ray : Newsgroups : povray.binaries.images : [WIP] Kitchen 45k Server Time
17 Aug 2024 02:27:09 EDT (-0400)
  [WIP] Kitchen 45k (Message 14 to 23 of 23)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Tony[B]
Subject: Re: [WIP] Kitchen 45k
Date: 9 Dec 2001 14:43:17
Message: <3c13bed5@news.povray.org>
> Well, I kinda know that. I want to get rid of moire not the texture. :)
That
> kind of quadrangular bump pattern is on my kitchen counter.

Well, if you want to be physically accurate I can't help you. I only
provided a solution that works so it looks right.

> 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... :)

> But thanks for your effort!

You're welcome.


Post a reply to this message

From: Ari-Matti Leppanen
Subject: Re: [WIP] Kitchen 45k
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

From: Tony[B]
Subject: Re: [WIP] Kitchen 45k
Date: 10 Dec 2001 11:48:24
Message: <3c14e758@news.povray.org>
> (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. ;) )

Do NOT use blurred reflection on transparent objects. It's TOO slow to
fathom.


Post a reply to this message

From: Ari-Matti Leppanen
Subject: Re: [WIP] Kitchen 45k
Date: 14 Dec 2001 18:24:07
Message: <3c1a8a17@news.povray.org>
Hi

I got stuck playing with the lighting. Still haven't finished the faucet.
And I have to some plates, pots, glasses etc. It's a shame the multiple
instances are gone.
This version was done with that Dynamic Range Compression magic. A bit dark
I guess.. All lighting experts, the stage is yours.

Btw. the only way to get rid of the moire seems to be a four times bigger
picture scaled down and man it takes long. One test without reflections was
nearly a day. Thanks to all who gave suggestions to the earlier problems. :)

Ari-Matti


Post a reply to this message


Attachments:
Download 'k.jpg' (45 KB)

Preview of image 'k.jpg'
k.jpg


 

From: Timothy R  Cook
Subject: Re: [WIP] Kitchen 45k
Date: 14 Dec 2001 18:52:22
Message: <3C1A8EC7.A396E17A@scifi-fantasy.com>
Ari-Matti Leppanen wrote:
>  [Image]

Hmm...I think the sink's a little small for the cabinets/light/tiles...
Other than that, I like it.  Needs more clutter, tho, to add realism ;)

-- 
Tim Cook
http://empyrean.scifi-fantasy.com

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GFA dpu- s: a?-- C++(++++) U P? L E--- W++(+++)>$
N++ o? K- w(+) O? M-(--) V? PS+(+++) PE(--) Y(--)
PGP-(--) t* 5++>+++++ X+ R* tv+ b++(+++) DI
D++(---) G(++) e*>++ h+ !r--- !y--
------END GEEK CODE BLOCK------


Post a reply to this message

From: Kari Kivisalo
Subject: Re: [WIP] Kitchen 45k
Date: 15 Dec 2001 06:07:24
Message: <3C1B2F05.3E150CF6@engineer.com>
This definitely has that extra touch of realism that is missing
in plain vanilla renderings. The tube doesn't seem to be 36x1
in dimensions though, and my previous advice on the fade_distance
doesn't apply here unless you recalculated for the new geometry.

This a challenging scene for radiosity. Is the whole room modelled?
Just blank walls are enough for the out-of-frame parts and maybe
black patches for the window(s). The tonal balance looks ok for
sRGB image but more color variations would be nice. For the moire
I would try blurred version of the normal as normal map. If you
add glass to the scene the render time will explode unless it's
done is two steps.

The http news are broken at the moment so here's a NS link to
a thread where this glass and radiosity issue came up:
news://news.povray.org/3be39102%40news.povray.org
news://news.povray.org/3be532ca%40news.povray.org

First save the rad data from a "quick glass" render and reuse
it in the final render. The image is not important here so 1/2
resolution should be enough. Set glass or transparent objects like
this when saving rad data:

max_trace_level recursion_limit+1 (may need to be higher)
diffuse 0 ambient 0
no normal
no reflection

Then set them back to normal and:

load_file "rad.dat" always_sample off pretrace_start 1 pretrace_end 1


_____________
Kari Kivisalo


Post a reply to this message

From: Jaime Vives Piqueres
Subject: Re: [WIP] Kitchen 45k
Date: 15 Dec 2001 13:49:52
Message: <3c1b9b50@news.povray.org>
Ari-Matti Leppanen wrote:
> I got stuck playing with the lighting. Still haven't finished the faucet.
> And I have to some plates, pots, glasses etc. It's a shame the multiple
> instances are gone.
> This version was done with that Dynamic Range Compression magic. A bit
> dark I guess.. All lighting experts, the stage is yours.

  Very good lighting! What is the scene scale, and what fade_distance you 
used? (only curious)

-- 
Jaime Vives Piqueres

La Persistencia de la Ignorancia
http://www.ignorancia.org/


Post a reply to this message

From: Ari-Matti Leppanen
Subject: Re: [WIP] Kitchen 45k
Date: 15 Dec 2001 17:17:21
Message: <3c1bcbf1@news.povray.org>
"Jaime Vives Piqueres" <jai### [at] ignoranciaorg> wrote in message
news:3c1b9b50@news.povray.org...

> Very good lighting! What is the scene scale, and what fade_distance
> you used? (only curious)

Thanks. Scale is 1 pov-unit = 1 centimeter. fade_distance is about 3 for
every light source and the lamp has four of them.


Ari-Matti


Post a reply to this message

From: Ari-Matti Leppanen
Subject: Re: [WIP] Kitchen 45k
Date: 16 Dec 2001 03:29:59
Message: <3c1c5b87@news.povray.org>
"Kari Kivisalo" <ray### [at] engineercom> wrote in message
news:3C1B2F05.3E150CF6@engineer.com...
>
> The tube doesn't seem to be 36x1 in dimensions though, and my
> previous advice on the fade_distance doesn't apply here unless you
> recalculated for the new geometry.

The "tube" you see is actually the plastic cover of the lamp. Inside it is a
35 units long cylinder with the same diameter so the fade_distance is
roughly 3.

> Is the whole room modelled? Just blank walls are enough for the
> out-of-frame parts and maybe black patches for the window(s).

Yep. White walls, no windows because I thought they wouldn't make a
difference.

> If you add glass to the scene the render time will explode unless it's
> done is two steps.

I've been using this with glass objects since it was discussed here. It's
been a really great help.

But how about reflective surfaces in general? A quick test shows that you
could trace any scene with this method. It's really fast because without
reflections you can use a lower max_trace_level and get the same result.
See the picture. The upper half was done in one trace with max_trace_level 7
(2m37s) and the lower was done in two traces, first save radiosity without
reflections with max_trace_level 4 (48s)and then load it with reflections
and max_trace_level 7 (19s). Difference in time is 1m30s and in quality
unnoticable.

Ari-Matti


Post a reply to this message


Attachments:
Download 'Balls3.jpg' (36 KB)

Preview of image 'Balls3.jpg'
Balls3.jpg


 

From: Jaime Vives Piqueres
Subject: Re: [WIP] Kitchen 45k
Date: 16 Dec 2001 05:43:33
Message: <3c1c7ad4@news.povray.org>
Ari-Matti Leppanen wrote:
> Thanks. Scale is 1 pov-unit = 1 centimeter. fade_distance is about 3 for
> every light source and the lamp has four of them.

  Nice: we use the same scale! I'm also using lately very short values for 
fade_distance and very high color intensities, always with fade_power 2.  
It seems to work very well for realism.

-- 
Jaime Vives Piqueres

La Persistencia de la Ignorancia
http://www.ignorancia.org


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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