realbasic-games
[Top] [All Lists]

Re: Brightness of light from distance

To: REALbasic Games <realbasic-games at lists dot realsoftware dot com>
Subject: Re: Brightness of light from distance
From: William Squires <wsquires at satx dot rr dot com>
Date: Fri, 22 Jul 2005 19:17:05 -0500
Cc:
Delivered-to: realbasic-games at lists dot realsoftware dot com
References: <BDA608D4-22BF-4605-9022-D3189B53A9EC at miensoftware dot com>
On Jul 22, 2005, at 2:47 AM, Lo Saeteurn wrote:

Hi,

Do anyone know how find how bright a point light is from a certain distance (both linear and squared)?

Ex: If I'm 15 units away from a point light that has 500 brightness, how bright would it be (both linear and squared attenuation)?

Actual light - or any radiation in the electromagnetic spectrum - drops by the square of the distance, so:

I = P * (i / (d ^ 2))

where 'I' is the intensity 'd' units away from the point source, and 'i' is - I believe - the stated intensity in candlepower at the source, and P is a proportionality constant to take into account other factors, such as the sensitivity of the sensor, dust in the air, etc...
  So, plugging in, you'd get:

I = (500) / (15 ^ 2) = 2.22 units of intensity (brightness). (ignoring 'P'; i.e. 'P' = 1)

Keep in mind that the perceived intensity may be less than this number, depending on the sensitivity of the sensor to the wavelength(s) in question, in which case, 'P' < 1! Also, note that it doesn't apply to lasers/masers because of the extreme directionality of the emitted radiation. If it fell off as a straight linear function, then just remove the '^ 2' from the equation, in which case, you'd get

I = P * (i / d)

or - again ignoring P -

I = (500 / 15)
I = 33.3 units of intensity

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


William H Squires Jr
wsquires at satx dot rr dot com dot nospam <- remove the .nospam

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>