POV-Ray : Newsgroups : povray.binaries.images : Re: True Area Light Sources (from p.a-u) Server Time
14 Aug 2024 09:24:38 EDT (-0400)
  Re: True Area Light Sources (from p.a-u) (Message 2 to 11 of 11)  
<<< Previous 1 Messages Goto Initial 10 Messages
From: TinCanMan
Subject: Re: True Area Light Sources (from p.a-u)
Date: 5 Dec 2002 00:16:59
Message: <3deee14b$1@news.povray.org>
dammit, my images always post in the wrong order.

-tgq


Post a reply to this message

From: Thomas Willhalm
Subject: Re: True Area Light Sources (from p.a-u)
Date: 5 Dec 2002 04:03:23
Message: <3def165b@news.povray.org>
TinCanMan wrote:
>
> The area light shows the correct 'soft shadowing' of the sphere, however,
> the phong highlight is identical to that of the point light and the
> shadowline is similar save for a bit of softening. (*This is how it is
> intended to work though, according to the docs)

> Any other comments on this?

IMO it would be nice to have "real" area lights. By this I mean an adaptive
array of point light sources including jittering. It would be faster than
an array of point lights, but I know that it would also be slower than 
the current "area lights". However, isn't raytracing supposed to be slow?

Thomas

P.S.:Some years ago, I tried to hack the code to change this behavior. 
Since my knowledge of the povray sources was (and still is) small, I failed
and lost interest later on.


Post a reply to this message

From: John Mellerick
Subject: Re: True Area Light Sources (from p.a-u)
Date: 5 Dec 2002 05:30:05
Message: <web.3def2a228cef6e97dbca1a080@news.povray.org>
Hey,

>Any other comments on this?

Well, in August of this year, I did pretty much the same set of experiments,
and wrote up a short article, which you can read at:

http://www.redbrick.dcu.ie/~element/areaLights/

Now, I didn't have all my facts straight when I wrote it, and the subsequent
flame war that was targeted at me on povray.general quickly pointed out
that Povray's arealights are *not* designed to give area illumination, but
simply to simulate area *shadows*. I agree though, a source of area
illumination in Povray would be most welcome...


John


Post a reply to this message

From:
Subject: Re: True Area Light Sources (from p.a-u)
Date: 5 Dec 2002 10:52:13
Message: <3def762d@news.povray.org>
"John Mellerick" <ele### [at] redbrickdcuie> wrote in message
news:web.3def2a228cef6e97dbca1a080@news.povray.org...
> Now, I didn't have all my facts straight when I wrote it, and the
subsequent
> flame war that was targeted at me on povray.general quickly pointed
out
> that Povray's arealights are *not* designed to give area illumination,
but
> simply to simulate area *shadows*. I agree though, a source of area
> illumination in Povray would be most welcome...

How about surfaces emitting light and interacting accordingly?


Post a reply to this message

From: John Mellerick
Subject: Re: True Area Light Sources (from p.a-u)
Date: 5 Dec 2002 11:25:04
Message: <web.3def7da38cef6e97dbca1a080@news.povray.org>
Hey,

>How about surfaces emitting light and interacting accordingly?

Hmm, not sure exactly what you mean here, but if you mean some kind of
native "object light" (like the kind of thing that is available in various
add-on renderers for 3DSMax), then yeah, that would be cool too ;)


John


Post a reply to this message

From: Marc-Hendrik Bremer
Subject: Re: True Area Light Sources (from p.a-u)
Date: 5 Dec 2002 11:30:46
Message: <3def7f36@news.povray.org>

news:3def762d@news.povray.org...

> How about surfaces emitting light and interacting accordingly?
>
>
Radiosity?


Post a reply to this message

From: Apache
Subject: Re: True Area Light Sources (from p.a-u)
Date: 5 Dec 2002 11:45:08
Message: <web.3def81ce8cef6e97863e7dd0@news.povray.org>
With radiosity you can do that! Just give an object a very high ambience and
maybe also color rgb > 1.


John Mellerick wrote:
>Hey,
>
>>How about surfaces emitting light and interacting accordingly?
>
>Hmm, not sure exactly what you mean here, but if you mean some kind of
>native "object light" (like the kind of thing that is available in various
>add-on renderers for 3DSMax), then yeah, that would be cool too ;)
>
>
>John
>


Post a reply to this message

From: Xplo Eristotle
Subject: Re: True Area Light Sources (from p.a-u)
Date: 5 Dec 2002 12:26:10
Message: <3def8c32@news.povray.org>
John Mellerick wrote:
> 
> Well, in August of this year, I did pretty much the same set of experiments,
> and wrote up a short article, which you can read at:
> 
> http://www.redbrick.dcu.ie/~element/areaLights/
> 
> Now, I didn't have all my facts straight when I wrote it, and the subsequent
> flame war that was targeted at me on povray.general quickly pointed out
> that Povray's arealights are *not* designed to give area illumination, but
> simply to simulate area *shadows*. I agree though, a source of area
> illumination in Povray would be most welcome...

And slow. Which, as I recall, was half the reason for the "flame war"; 
you claimed reasonable speeds for your point light arrays, but you were 
using very simple scenes for your tests, and anyone used to creating 
complex scenes in POV-Ray (or any other raytracer I've seen, for that 
matter) knows that adding more lights can have a major impact on render 
times.. a fact which you stubbornly refused to accept, based on your 
limited testing.

Generally speaking, I don't think a point light array object is needed; 
they are easily written with loops, which would also provide more 
control over the individual lights in the array than an object's syntax 
probably would. The only real benefit I can see to having such an object 
would be if POV-Ray could make reasonable assumptions about a predefined 
light array that would make rendering faster than an improvised one, but 
I have no idea whether this would be the case.

-Xplo


Post a reply to this message

From:
Subject: Re: True Area Light Sources (from p.a-u)
Date: 7 Dec 2002 04:43:12
Message: <3df1c2b0@news.povray.org>
"Apache" <apa### [at] yahoocom> wrote in message
news:web.3def81ce8cef6e97863e7dd0@news.povray.org...
> With radiosity you can do that! Just give an object a very high
ambience and
> maybe also color rgb > 1.

Does it work with photons?


Post a reply to this message

From: Apache
Subject: Re: True Area Light Sources (from p.a-u)
Date: 7 Dec 2002 07:00:05
Message: <web.3df1e1d38cef6e97863e7dd0@news.povray.org>
IIRC with good radiosity settings and higher recursion settings, you'll have
a photons-like result. But you can still use photons, yes.

INVALID_ADDRESS wrote:
>"Apache" <apa### [at] yahoocom> wrote in message
>news:web.3def81ce8cef6e97863e7dd0[at]news.povray.org...
>> With radiosity you can do that! Just give an object a very high
>ambience and
>> maybe also color rgb > 1.
>
>Does it work with photons?
>


Post a reply to this message

<<< Previous 1 Messages Goto Initial 10 Messages

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