POV-Ray : Newsgroups : povray.binaries.images : Colour Clipping (from p.b-t) Server Time
17 Aug 2024 02:21:24 EDT (-0400)
  Colour Clipping (from p.b-t) (Message 1 to 3 of 3)  
From: Trevor Quayle
Subject: Colour Clipping (from p.b-t)
Date: 30 Nov 2001 12:17:57
Message: <3c07bf45@news.povray.org>
I have moved the discussion on this topic out of the beta-test group.

Sorry if this is a bit wordy, but I want to try to explain what I am doing
as best I can.
The problem I have brought up with colour clipping surfaced for me because
of the following experimentations but are not necessarily limited to them.

I have been experimenting with using 'real' highlights as opposed to the
specular or phong ones.  Specular and phong highlights can simulate
highlights caused by point lights or shperical light sources, but when the
light source is non-spherical they don't work.  The highlight is really a
reflection of the light source itself and should thus correspond to the
shape of the light source. In my examples I use spherical lights just for
simplistic purposes, also when I refer to  the light source, I am refering
to the object representing the light, not the light source itself.  Higlhy
reflective surfaces don't cause much of a problem, simply use regular rgb
values and an ambient value of 1.  But with materials that don't reflect as
much (or even applicable to transparency) such as plastic, not much is
visible, but the light source and it's corresponding highlight will be much
more visible than surrounding objects because of its brightness.  To get
this effect to work properly we need to increase the rgb values or ambient
value of the light source, the brighter the light (i.e., 60W, 100W, or
whatever) the higher these values would be.
This will work fine for any rgb value using 1s or 0s (i.e. <1,1,1>, <1,0,0>,
<1,1,0>, etc.) but because of colour clipping if we use other values, the
colours don't come out as expected (i.e., for an orange light, rgb<1,0.5,0>,
with a high ambient, say 10, the colour becomes <1,1,0> or yellow).  If you
refer to the following scenes, the three spheres in the centre use fresnel
type feflection with ior values from left to right of 25, 1.5, 1.  The
sphere at the bottom is a regular orange sphere with no ambient finish for
reference the point light colour is rgb<1,0.5,0> and the lightbulb is a
sphere colour rgb <1,0.5,0>.  To increase the brightness I have varied the
ambient value of the lightbulb.

In the first scene the ambient is 1.  The lightbulb looks orange and the
reflection in the left sphere is orange.  The reflection in the middle
sphere is orange as well, but it is very dim, not how you would expect to
see the lightbulb reflection.

After a bit of testing, the second scene uses an ambient of 20.  The
reflection in the centre sphere is now more like we want, a bright visible
orange compared to the rest of the reflection.  But now, because of colour
clipping, the actual lightbulb and the reflection in the left spere are no
longer orange, but are now yellow  (i.e., rgb<1,0.5,0>*20=rgb<20,10,0>
becomes rgb<1,1,0>)

I hope this explainswhat I am trying to do a lot better.  Please let me know
your comments, questions or suggestions.

-tgq


Post a reply to this message


Attachments:
Download 'CCA01.jpg' (47 KB) Download 'CCA20.jpg' (47 KB)

Preview of image 'CCA01.jpg'
CCA01.jpg

Preview of image 'CCA20.jpg'
CCA20.jpg


 

From: Lutz-Peter Hooge
Subject: Re: Colour Clipping (from p.b-t)
Date: 30 Nov 2001 12:41:52
Message: <MPG.1671e3963c098aa59896c2@news.povray.org>
In article <3c07bf45@news.povray.org>, Tin### [at] hotmailcom says...

> After a bit of testing, the second scene uses an ambient of 20.  The
> reflection in the centre sphere is now more like we want, a bright visible
> orange compared to the rest of the reflection.  But now, because of colour
> clipping, the actual lightbulb and the reflection in the left spere are no
> longer orange, but are now yellow  (i.e., rgb<1,0.5,0>*20=rgb<20,10,0>
> becomes rgb<1,1,0>)

I know that problem. What I do, is not using values like <1,.5,0> but 
<1,.5,.01>. The advantage is, that when the color values get clipped, it 
will fade to white, instead to yellow, wich is more realistic 
(overexposed spots in photographs also usually become white).

Lutz-Peter


Post a reply to this message

From: Jaime Vives Piqueres
Subject: Re: Colour Clipping (from p.b-t)
Date: 30 Nov 2001 12:59:03
Message: <3C07C8FF.5020903@ignorancia.org>
Lutz-Peter Hooge wrote:

> I know that problem. What I do, is not using values like <1,.5,0> but 
> <1,.5,.01>. The advantage is, that when the color values get clipped, it 
> will fade to white, instead to yellow, wich is more realistic 
> (overexposed spots in photographs also usually become white).

  Yes, lights with one component being 0 do not seem to make much sense, 
at least for simulating real bulb lights. If you convert to rgb the 
color temperature values for common bulbs, you will see it...

  I also started to use very low fade_distance and very high intensities 
to get the proper highlights, but then radiosity needs more quality. :(

--
Jaime Vives Piqueres

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


Post a reply to this message

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