POV-Ray : Newsgroups : povray.binaries.images : Playing with radiosity Server Time
8 Sep 2024 23:55:11 EDT (-0400)
  Playing with radiosity (Message 11 to 20 of 25)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>
From: stm31415
Subject: Re: Playing with radiosity
Date: 3 May 2007 16:55:02
Message: <web.463a4b35e2c4640ffc02165f0@news.povray.org>
Lukas Winter <web### [at] removeitgeloeschtnet> wrote:
> Am Thu, 03 May 2007 00:28:18 +0300 schrieb Warp:
>
> > Lukas Winter wrote:
> >> Did you use pure radiosity lighting or in a combination with area
> >> lights?
> >
> >   I used area lights, of course.
> >
> >> How long did it take to render these pictures?
> >
> >   Between 30 minutes and 1 hour.
> >
> >> And the most
> >> important question: Which color has that light?
> >
> >   White.
>
> Really? It looks a bit yellow.

Two of the three lights are nearer the yellow table and red wall than the
blue; the reflected light is therefore warm; and even the top one, because
of the relative perceived 'brightness' of red compared to blue, appears to
have a warm tint --- but this is all because of the reflected light. The
shadows, you'll notice, don't look particularly cool in comparison;
comparing light to shadow id  a good way of getting a more absolute idea of
the color of a light.

-Sam Bleckley
http://www.meetsoup.com


Post a reply to this message

From: Alain
Subject: Re: Playing with radiosity
Date: 3 May 2007 17:25:31
Message: <463a534b@news.povray.org>
Lukas Winter nous apporta ses lumieres en ce 03-05-2007 10:15:
> Am Thu, 03 May 2007 00:01:07 -0400 schrieb nemesis:
> 
>> Lukas Winter <web### [at] removeitgeloeschtnet> wrote:
>>> This is the first time I see those incredibly soft shadows some
>>> commercial renderers produce... done in POV-Ray.
>> I see you're new to povray. :)
>>
>> Povray has got area light soft shadows for even longer than radiosity...
> 
> I have been using POV-Ray for about two years now, although not very
> often. I know there are area lights but they don't have the effect I
> thought of. Perhaps I should have said soft shading. I have the impression
> most POV-Ray images have very "sharp" global illumination, everything
> looks a bit too exact to be believable. Maybe it's the lack
> of a light bleeding filter on the final image. As someone noticed, area
> lights also only have an effect on shadows, not on highlights or diffuse
> reflection.
If your shadows from area_light looks banded or grainy, the cause is a to sparce 
aray of components. Try with larger values, then add adaptive N (start with 0 
and increase as needed if you get artefacts) to use adaptive sampling that will 
greatly accelerate the rendering.
I commonly use aray of 17*17 or 33*33, even 65*65 without to much slowing.
If the area_light is surrounded by several objects, it's effect will vary 
accordingly to the relative positions. Use circular orient to emulate a 
spherical light.

-- 
Alain
-------------------------------------------------
It doesn’t matter what you do. It only matters what you say you’ve done and what 
you’re going to do.


Post a reply to this message

From: Paul Fuller
Subject: Re: Playing with radiosity
Date: 3 May 2007 19:35:59
Message: <463a71df@news.povray.org>
scam wrote:
> Paul Fuller <pgf### [at] optusnetcomau> wrote:
>> There are definitely some possibilities for giving games a ray-traced
>> like appearance without actually calculating everything dynamically.
>> You are limited though by the combinatoric explosion that happens if you
>> want to support too much with this method.
> 
> Thanks for posting the code Paul, I hadn't heard of BlitzMax before but it
> looks like it will be fun to play with. They even offer a trial of the
> software, so I've been able to compile your code myself.
> 
> Even with the various limits I think you could still use your approach to
> make a cool little platformer or something. Each level could be a single
> window, and the protagonist could be exploring a dark world with an area
> light source (like a lantern or a burning torch). With some focal blur,
> area lights and radiosity I think you could create a really cool, unique
> visual style.
> 
> 
> 
That is a great idea.  Just mention me in the credits when you make it 
big :)


Post a reply to this message

From: fls13
Subject: Re: Playing with radiosity
Date: 3 May 2007 19:40:02
Message: <web.463a7228e2c4640fa591bdb0@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> Lukas Winter wrote:
> > Did you use pure radiosity lighting or in a combination with area
> > lights?
>
>   I used area lights, of course.
>
> > How long did it take to render these pictures?
>
>   Between 30 minutes and 1 hour.
>
> > And the most
> > important question: Which color has that light?
>
>   White.


Those are some great soft shadows. Please post your area light sttings.


Post a reply to this message

From: Warp
Subject: Re: Playing with radiosity
Date: 3 May 2007 20:53:16
Message: <463a83fc@news.povray.org>
Lukas Winter wrote:
> This is the first time I see those incredibly soft shadows some commercial
> renderers produce

  Perhaps you mean that the image has soft *shading* (which is a bit
different from *shadows*), uncommon in average povray images?

  The soft shading is purely produced by the color bleeding produced
by the global illumination.


Post a reply to this message

From: Warp
Subject: Re: Playing with radiosity
Date: 3 May 2007 20:56:27
Message: <463a84bb$1@news.povray.org>
fls13 wrote:
> Those are some great soft shadows. Please post your area light sttings.

  They are just regular, quite dense (20x20) circular orient jitter
adaptive 2 lights.


Post a reply to this message

From: JSR
Subject: Re: Playing with radiosity
Date: 4 May 2007 06:45:01
Message: <web.463b0db4e2c4640fd8ef73430@news.povray.org>
Nice image,
I'm very interested in soft shadows and radiosity parameters.
Can you post the source code of the scene?

Thanks,

Joel.


Post a reply to this message

From: Lukas Winter
Subject: Re: Playing with radiosity
Date: 4 May 2007 09:05:41
Message: <pan.2007.05.04.13.05.39.702538@removeit.geloescht.net>
Am Fri, 04 May 2007 03:53:15 +0300 schrieb Warp:

> Lukas Winter wrote:
>> This is the first time I see those incredibly soft shadows some
>> commercial renderers produce
> 
>   Perhaps you mean that the image has soft *shading* (which is a bit
> different from *shadows*), uncommon in average povray images?
> 
>   The soft shading is purely produced by the color bleeding produced
> by the global illumination.

You're right, that is exactly what I meant. Seems I have some difficulties
expressing myself in english ;)


Post a reply to this message

From: Lukas Winter
Subject: Re: Playing with radiosity
Date: 4 May 2007 09:11:09
Message: <pan.2007.05.04.13.11.09.136617@removeit.geloescht.net>
> If your shadows from area_light looks banded or grainy, the cause is a to
> sparce aray of components. Try with larger values, then add adaptive N
> (start with 0 and increase as needed if you get artefacts) to use adaptive
> sampling that will greatly accelerate the rendering.
> I commonly use aray of 17*17 or 33*33, even 65*65 without to much slowing.
> If the area_light is surrounded by several objects, it's effect will vary
> accordingly to the relative positions. Use circular orient to emulate a
> spherical light.

I wasn't saying anything about banded area light shadows.
Unfortunately, increasing the resolution of the grid won't change how
POV-Ray calculates highlights. Some people have tried using a grid of area
lights instead.


Post a reply to this message

From: fls13
Subject: Re: Playing with radiosity
Date: 4 May 2007 10:05:02
Message: <web.463b3d2fe2c4640f5e737acc0@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> fls13 wrote:
> > Those are some great soft shadows. Please post your area light sttings.
>
>   They are just regular, quite dense (20x20) circular orient jitter
> adaptive 2 lights.

Appreciate the info. :O)


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>

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