POV-Ray : Newsgroups : povray.general : radiosity vs. double_illuminate Server Time
31 Jul 2024 08:20:45 EDT (-0400)
  radiosity vs. double_illuminate (Message 11 to 20 of 42)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: nemesis
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 16:30:01
Message: <web.47377341c65e62dc47c4e9b20@news.povray.org>
=?ISO-8859-1?Q?=22J=E9r=F4me_M=2E_Berger=22?= <jeb### [at] freefr> wrote:
>  I'd be really interested to see such a scene if you could make one,
> but you can't (unless you use the "no_reflection" keyword of
> course).

global_settings {

        ambient_light 0
 radiosity { brightness 1.2 }

}



union {

 plane { y, -1 pigment { rgb 1 } finish { ambient 6 } }

 sphere { -x, 1 pigment { rgb x } }

 sphere { x, 1 pigment { rgb y } finish { reflection 1 }}



 translate z*5

}


I can't see a thing.  Reflections or otherwise.

> I have made some test scenes with pure ambient lighting
> (neither light sources nor radiosity) and reflective materials and
> the reflections showed just fine.

yes, but you know ambient light is by itself faking a constant ambient lighting,
don't you?  That's the hidden light by which povray is tracing the scene.  No
lights, no reflection, nor image. nothing...

Let there be light! :)


Post a reply to this message

From: Jan Dvorak
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 16:53:06
Message: <473779c2@news.povray.org>
> I can't see a thing.  Reflections or otherwise.
> 
>> I have made some test scenes with pure ambient lighting
>> (neither light sources nor radiosity) and reflective materials and
>> the reflections showed just fine.
> 
> yes, but you know ambient light is by itself faking a constant ambient lighting,
> don't you?  That's the hidden light by which povray is tracing the scene.  No
> lights, no reflection, nor image. nothing...
> 
> Let there be light! :)
> 
> 
> 

You were talkang about light sources. Ambient light has no source.


Post a reply to this message

From: Warp
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 17:09:54
Message: <47377db2@news.povray.org>
nemesis <nam### [at] gmailcom> wrote:
> Alain <ele### [at] netscapenet> wrote:
> > You can always see an object with a high ambient value in a reflection without
> > any light.

> oh!  but that *is* a bug! :P

  Why?

-- 
                                                          - Warp


Post a reply to this message

From: nemesis
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 17:15:00
Message: <web.47377e15c65e62dc47c4e9b20@news.povray.org>
Jan Dvorak <jan### [at] centrumcz> wrote:
> You were talkang about light sources. Ambient light has no source.

true.  But the point is:  a raytracer works by tracing light rays.  If there's
no light, there's no image.

I'm guessing that when povray sees at least ambient light enabled, it traces the
image by shooting light rays to get the basic image with the shadow areas
illuminated by constant color.  I may be wrong.  In any case, I don't think we
can get an image out of povray without tracing rays around.  Radiosity and
photons are addons to the basic raytracing rendering framework...


Post a reply to this message

From: nemesis
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 17:25:01
Message: <web.4737805fc65e62dc47c4e9b20@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> nemesis <nam### [at] gmailcom> wrote:
> > Alain <ele### [at] netscapenet> wrote:
> > > You can always see an object with a high ambient value in a reflection without
> > > any light.
>
> > oh!  but that *is* a bug! :P
>
>   Why?
>
> --
>                                                           - Warp

because reflections without lights don't quite sound right...


Post a reply to this message

From: Warp
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 18:08:56
Message: <47378b88@news.povray.org>
nemesis <nam### [at] gmailcom> wrote:
> because reflections without lights don't quite sound right...

  A "light source" in POV-Ray terms is a "light_source" definition.
Surfaces (and media) can have non-black coloring even without any
light_source definitions.

-- 
                                                          - Warp


Post a reply to this message

From: nemesis
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 19:25:00
Message: <web.47379d50c65e62dc47c4e9b20@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> nemesis <nam### [at] gmailcom> wrote:
> > because reflections without lights don't quite sound right...
>
>   A "light source" in POV-Ray terms is a "light_source" definition.
> Surfaces (and media) can have non-black coloring even without any
> light_source definitions.

ok, and how do you explain the reflections?


Post a reply to this message

From: Warp
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 20:37:36
Message: <4737ae60@news.povray.org>
nemesis <nam### [at] gmailcom> wrote:
> > Surfaces (and media) can have non-black coloring even without any
> > light_source definitions.

> ok, and how do you explain the reflections?

  Well, if a surface has a non-black coloring even without light sources,
it's obviously going to reflect from reflective surfaces.

-- 
                                                          - Warp


Post a reply to this message

From: nemesis
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 20:50:01
Message: <web.4737b034c65e62dc47c4e9b20@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> nemesis <nam### [at] gmailcom> wrote:
> > > Surfaces (and media) can have non-black coloring even without any
> > > light_source definitions.
>
> > ok, and how do you explain the reflections?
>
>   Well, if a surface has a non-black coloring even without light sources,
> it's obviously going to reflect from reflective surfaces.

come on, warp, you know that's not the answer I want.

How is povray rendering those reflections?


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: radiosity vs. double_illuminate
Date: 11 Nov 2007 20:55:36
Message: <4737b298$1@news.povray.org>

> Warp <war### [at] tagpovrayorg> wrote:
>> nemesis <nam### [at] gmailcom> wrote:
>>>> Surfaces (and media) can have non-black coloring even without any
>>>> light_source definitions.
>>> ok, and how do you explain the reflections?
>>   Well, if a surface has a non-black coloring even without light sources,
>> it's obviously going to reflect from reflective surfaces.
> 
> come on, warp, you know that's not the answer I want.
> 
> How is povray rendering those reflections?
> 

If an object has a non-zero ambient, it doesn't need a lightsource to be 
visible.


Post a reply to this message

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

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