﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FLighting%2FLights%2FLight_Attenuation</id>
	<title>Doc:2.6/Manual/Lighting/Lights/Light Attenuation - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FLighting%2FLights%2FLight_Attenuation"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Lighting/Lights/Light_Attenuation&amp;action=history"/>
	<updated>2026-07-04T21:23:17Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Lighting/Lights/Light_Attenuation&amp;diff=103577&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Lighting/Lights/Light_Attenuation&amp;diff=103577&amp;oldid=prev"/>
		<updated>2018-06-28T19:41:53Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:41時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Lighting/Lights/Light_Attenuation&amp;diff=103576&amp;oldid=prev</id>
		<title>wiki&gt;Mam711: minor edits</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Lighting/Lights/Light_Attenuation&amp;diff=103576&amp;oldid=prev"/>
		<updated>2013-07-17T04:22:02Z</updated>

		<summary type="html">&lt;p&gt;minor edits&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.5|Doc:2.5/Manual/Lighting/Lights/Light Properties|Doc:2.5/Manual/Lighting/Lights/Textures}}&lt;br /&gt;
&lt;br /&gt;
=Light Attenuation=&lt;br /&gt;
==Description==&lt;br /&gt;
[[File:25-Manual-Lighting-Falloff-hilite.png|thumb|312px|{{Literal|Lamp}} panel, falloff options highlighted]]&lt;br /&gt;
There are two main controls for light falloff for {{Literal|Point}} and {{Literal|Spot}} lamps.&lt;br /&gt;
* The lamp {{Literal|Falloff}} type drop-down list, and&lt;br /&gt;
* The {{Literal|Sphere}} button.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Falloff types==&lt;br /&gt;
===Lin/Quad Weighted===&lt;br /&gt;
[[File:25-Manual-Lighting-Falloff-linquad.png|thumb|308px|{{Literal|Lamp}} panel with {{Literal|Lin/Quad Weighted Falloff}} options highlighted]]&lt;br /&gt;
When this setting is chosen, two sliders are shown, {{Literal|Linear}} and {{Literal|Quadratic}}, which control respectively the “linearness” and “quadraticness” of the falloff curve.&lt;br /&gt;
&lt;br /&gt;
This lamp falloff type is in effect allowing the mixing of the two light attenuation profiles (linear and quadratic attenuation types).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
====Linear====&lt;br /&gt;
This slider input field can have a value between '''0.0''' and '''1.0'''. A value of '''1.0''' in the {{Literal|Linear}} field and '''0.0''' in the {{Literal|Quadratic}} field in effect means that the light from this source is completely linear. This means that at the number of Blender Units distance specified in the {{Literal|Distance}} field, this light source's intensity will be half the value it was originally.&lt;br /&gt;
&lt;br /&gt;
When the {{Literal|Quadratic}} slider is set to '''0.0''', the formula for working out the attenuation at a particular range for full linear attenuation is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;I = E × (D / (D + L × r))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where&lt;br /&gt;
* &amp;lt;code&amp;gt;I&amp;lt;/code&amp;gt; is the calculated Intensity of light.&lt;br /&gt;
* &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; is the current {{Literal|Energy}} slider setting.&lt;br /&gt;
* &amp;lt;code&amp;gt;D&amp;lt;/code&amp;gt; is the current setting of the {{Literal|Dist}} field.&lt;br /&gt;
* &amp;lt;code&amp;gt;L&amp;lt;/code&amp;gt; is the current setting of the {{Literal|Linear}} slider.&lt;br /&gt;
* &amp;lt;code&amp;gt;r&amp;lt;/code&amp;gt; is the distance from the lamp where the light intensity gets measured.&lt;br /&gt;
&lt;br /&gt;
====Quadratic====&lt;br /&gt;
[[File:Manual - Light - Example - Default Lin-Quad Weighted.png|thumb|right|250px|Lamp with {{Literal|Lin/Quad Weighted}} falloff default settings]]&lt;br /&gt;
This slider input field can have a value between '''0.0''' and '''1.0'''. A value of '''1.0''' in the {{Literal|Quadratic}} field and '''0.0''' in the {{Literal|Linear}} field means that the light from this source is completely quadratic.&lt;br /&gt;
&lt;br /&gt;
Quadratic attenuation type lighting is considered a more accurate representation of how light attenuates (in the real world). In fact, fully quadratic attenuation is selected by default for {{Literal|Lin/Quad Weighted}} lamp fallout (see ''Lamp with {{Literal|Lin/Quad Weighted}} falloff default settings'').&lt;br /&gt;
&lt;br /&gt;
Here again, the light intensity is half when it reaches the {{Literal|Distance}} value from the lamp. Comparing the quadratic falloff to the linear falloff, the intensity decays much slower at distances lower than the set {{Literal|Distance}}, but it attenuates much quicker after {{Literal|Distance}} is reached.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
When the {{Literal|Linear}} slider is set to '''0.0''', the formula for working out the attenuation at a particular range for full quadratic attenuation is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;I = E × (D&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; / (D&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; + Q × r&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where&lt;br /&gt;
*&amp;lt;code&amp;gt;I&amp;lt;/code&amp;gt; is the calculated Intensity of light.&lt;br /&gt;
*&amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; is the current {{Literal|Energy}} slider setting.&lt;br /&gt;
*&amp;lt;code&amp;gt;D&amp;lt;/code&amp;gt; is the current setting of the {{Literal|Dist}} field.&lt;br /&gt;
*&amp;lt;code&amp;gt;Q&amp;lt;/code&amp;gt; is the current setting of the {{Literal|Quad}} slider.&lt;br /&gt;
*&amp;lt;code&amp;gt;r&amp;lt;/code&amp;gt; is the distance from the lamp where the light intensity gets measured.&lt;br /&gt;
&lt;br /&gt;
====Mixing “Linear” and “Quad”====&lt;br /&gt;
If both the {{Literal|Linear}} and {{Literal|Quad}} slider fields have values greater than '''0.0''', then the formula used to calculate the light attenuation profile changes to this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;I = E × (D / (D + L × r)) × (D&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; / (D&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; + Q × r&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where&lt;br /&gt;
*&amp;lt;code&amp;gt;I&amp;lt;/code&amp;gt; is the calculated Intensity of light.&lt;br /&gt;
*&amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; is the current {{Literal|Energy}} slider setting.&lt;br /&gt;
*&amp;lt;code&amp;gt;D&amp;lt;/code&amp;gt; is the current setting of the {{Literal|Dist}} field.&lt;br /&gt;
*&amp;lt;code&amp;gt;L&amp;lt;/code&amp;gt; is the current setting of the {{Literal|Linear}} slider.&lt;br /&gt;
*&amp;lt;code&amp;gt;Q&amp;lt;/code&amp;gt; is the current setting of the {{Literal|Quad}} slider.&lt;br /&gt;
*&amp;lt;code&amp;gt;r&amp;lt;/code&amp;gt; is the distance from the lamp where the light intensity gets measured.&lt;br /&gt;
&lt;br /&gt;
====Zeroing both “Linear” and “Quad”====&lt;br /&gt;
If both the {{Literal|Linear}} and {{Literal|Quadratic}} sliders have '''0.0''' as their values, the light intensity will not attenuate with distance. This does not mean that the light will not get darker—it will, but only because the energy the light has is spread out over a wider and wider distance. The total amount of energy in the spread-out light will remain the same, though. The light angle also affects the amount of light you see. It is in fact the behavior of light in the deep space vacuum.&lt;br /&gt;
&lt;br /&gt;
If what you want is a light source that doesn’t attenuate and gives the same amount of light intensity to each area it hits, you need a light with properties like the {{Literal|Constant}} lamp {{Literal|Falloff}} type.&lt;br /&gt;
&lt;br /&gt;
Also, when the {{Literal|Linear}} and {{Literal|Quad}} sliders are both '''0.0''' values the {{Literal|Distance}} field ceases to have any influence on the light attenuation, as shown by the equation above.&lt;br /&gt;
&lt;br /&gt;
====Graphical Summary====&lt;br /&gt;
Below is a graph summarizing the lin/quad attenuation type, showing attenuation with or without the {{Literal|Sphere}} option (described later).&lt;br /&gt;
&lt;br /&gt;
[[File:Manual-Part-V-DistanceGraph.png|thumb|center|610px|Light Attenuation:&amp;lt;br/&amp;gt;a) Linear ({{Literal|Linear}}='''1.0''', {{Literal|Quad}}='''0.0'''); b) Quadratic ({{Literal|Linear}}='''0.0''', {{Literal|Quad}}='''1.0''');&amp;lt;br/&amp;gt;c) Linear and quadratic ({{Literal|Linear}}={{Literal|Quad}}='''0.5'''); d) Null ({{Literal|Linear}}={{Literal|Quad}}='''0.0''').&amp;lt;br/&amp;gt;Also shown in the graph the “same” curves, in the same colors, but with the {{Literal|Sphere}} button turned on.]]&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Custom Curve===&lt;br /&gt;
The {{Literal|Custom Curve}} lamp {{Literal|Falloff}} type is very flexible.&lt;br /&gt;
&lt;br /&gt;
Most other lamp falloff types work by having their light intensity start at its maximum (when nearest to the light source) and then with some predetermined pattern decrease their light intensity when the distance from the light source increases.&lt;br /&gt;
&lt;br /&gt;
When using the {{Literal|Custom Curve}} Lamp Falloff type, a new panel is created called {{Literal|Falloff Curve}}. This {{Literal|Falloff Curve}} profile graph allows the user to alter how intense light is at a particular point along a light’s attenuation profile (i.e. at a specific distance from the light source).&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Falloff Curve}} profile graph has two axes, the “&amp;lt;code&amp;gt;Distance&amp;lt;/code&amp;gt;” axis and the “&amp;lt;code&amp;gt;Intensity&amp;lt;/code&amp;gt;” axis.&lt;br /&gt;
; Distance axis: It represents the position at a particular point along a light source's attenuation path. The far left is at the position of the light source and the far right is the place where the light source's influence would normally be completely attenuated. I say “normally would” because the {{Literal|Falloff Curve}} can be altered to do the exact opposite if required.&lt;br /&gt;
; Intensity axis: It represents the intensity at a particular point along a light source's attenuation path. Higher intensity is represented by being higher up the intensity axis, while lower intensity light is represented by being lower down on the intensity axis.&lt;br /&gt;
&lt;br /&gt;
Altering the {{Literal|Falloff Curve}} profile graph is easy. Just {{Shortcut|lmb}} click on a part of the graph you want to alter and drag it where you want it to be. If when you click you are over or near one of the tiny black square handles, it will turn white, indicating that this  handle is now selected, and you will be able to drag it to a new position. If when you click on the graph you are not near a handle, one will be created at the point that you clicked, which you can then drag where you wish. You can also create handles at specific parts of the graph, clicking with {{shortcut|lmb}} while holding {{shortcut|ctrl}} key; it will create a new handle at the point you have clicked. &lt;br /&gt;
&lt;br /&gt;
In the example below (the default for the {{Literal|Falloff Curve}} Profile Graph), the graph shows that the intensity of the light starts off at its maximum (when near the light), and linearly attenuates as it moves to the right (further away from the light source).&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
 | [[File:25-Manual-Lighting-Falloff-CustomDefault.png|thumb|306px|Default {{Literal|Falloff Curve}} panel graph.]]&lt;br /&gt;
 | [[File:Manual - Light - Example - Default Custom Curve.png|thumb|250px|Render showing the {{Literal|Custom Curve}} lamp falloff type effect with default settings.]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
If you want to have a light attenuation profile that gets more intense as it moves away from the light source, you could alter the graph as below:&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
 | [[File:25-Manual-Lighting-Falloff-CustomReversed.png|thumb|310px|{{Literal|Falloff Curve}} for reversed attenuation.]]&lt;br /&gt;
 | [[File:Manual - Lights - Lamps - Falloff Curve Reverse Render.png|thumb|250px|{{Literal|Falloff Curve}} for reversed attenuation rendered.]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
You are obviously not just limited to simple changes such as reversing the attenuation profile, you can have almost any profile you desire.&lt;br /&gt;
&lt;br /&gt;
Here is another example of a different {{Literal|Falloff Curve}} profile graph, along with its resultant render output:&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
 | [[File:25-Manual-Lighting-Falloff-CustomOscill.png|thumb|310px|Oscillating attenuation profile.]]&lt;br /&gt;
 | [[File:Manual - Lights - Lamps - Falloff Curve Render.png|thumb|250px|Render showing the effects of a “wavelet” profile graph on the light attenuation.]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
===Inverse Square===&lt;br /&gt;
[[File:Manual - Light - Example - Inverse Square.png|thumb|300px|right|Render showing the {{Literal|Inverse Square}} lamp falloff type effect with default settings.]]&lt;br /&gt;
This lamp falloff type attenuates its intensity according to inverse square law, scaled by the {{Literal|Distance}} value. Inverse square is a sharper, realistic decay, useful for lighting such as desk lamps and street lights. This is similar to the old {{Literal|Quad}} option (and consequently, to the new {{Literal|Lin/Quad Weighted}} option with {{Literal|Linear}} to '''0.0''' and {{Literal|Quad}} to '''1.0'''), with slight changes.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Inverse Linear===&lt;br /&gt;
[[File:Manual - Light - Example - Inverse Linear.png|thumb|300px|right|Render showing the {{Literal|Inverse Linear}} lamp falloff type effect with default settings.]]&lt;br /&gt;
This lamp falloff type attenuates its intensity linearly, scaled by the {{Literal|Dist}} value. This is the default setting, behaving the same as the default in previous Blender versions without {{Literal|Quad}} switched on, and consequently, like the new {{Literal|Lin/Quad Weighted}} option with {{Literal|Linear}} to '''1.0''' and {{Literal|Quad}} to '''0.0'''. This isn’t physically accurate, but can be easier to light with.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Constant===&lt;br /&gt;
[[File:Manual - Light - Example - Constant.png|thumb|300px|right|Render showing the {{Literal|Constant}} lamp falloff type effect with default settings.]]&lt;br /&gt;
This lamp falloff type does not attenuate its intensity with distance. This is useful for distant light sources like the sun or sky, which are so far away that their falloff isn’t noticeable. {{Literal|Sun}} and {{Literal|Hemi}} lamps always have constant falloff.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Sphere==&lt;br /&gt;
[[File:25-Manual-Lighting-Falloff-PointSphere.png|thumb|300px|right|Screenshot of the 3D view window, showing the {{Literal|Sphere}} light clipping circle.]]&lt;br /&gt;
The {{Literal|Sphere}} option restricts the light illumination range of a {{Literal|Lamp}} or {{Literal|Spot}} lamp, so that it will completely stop illuminating an area once it reaches the number of Blender Units away from the Lamp, as specified in the {{Literal|Dist}} field.&lt;br /&gt;
&lt;br /&gt;
When the {{Literal|Sphere}} option is active, a dotted sphere will appear around the light source, indicating the demarcation point at which this light intensity will be null.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Sphere}} option adds a term to the chosen attenuation law, whatever it is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;I’ = I × (D - r) / D ''if'' r &amp;lt; D; 0 ''otherwise''&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where:&lt;br /&gt;
*&amp;lt;code&amp;gt;I’&amp;lt;/code&amp;gt; is the required Intensity of light (with the {{Literal|Sphere}} option activated).&lt;br /&gt;
*&amp;lt;code&amp;gt;I&amp;lt;/code&amp;gt; is the intensity of light calculated by the chosen attenuation law (without the {{Literal|Sphere}} option).&lt;br /&gt;
*&amp;lt;code&amp;gt;D&amp;lt;/code&amp;gt; is the current setting of the {{Literal|Dist}} field.&lt;br /&gt;
*&amp;lt;code&amp;gt;r&amp;lt;/code&amp;gt; is the distance from the lamp where the light intensity gets measured.&lt;br /&gt;
&lt;br /&gt;
See the graphic at the end of the description of the {{Literal|Lin/Quad Weighted}} attenuation option.&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
 | [[File:Manual - Light - Constant Falloff - Sphere Active - Lighted Plane.png|thumb|300px|Render showing the light attenuation of a {{Literal|Constant}} falloff light type with the {{Literal|Sphere}} option active.]]&lt;br /&gt;
 | [[File:Manual - Light - Constant Falloff - Sphere Deactivated - Lighted Plane.png|thumb|300px|Render showing the light attenuation of a {{Literal|Constant}} falloff light type with the {{Literal|Sphere}} option deactivated.]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Distance===&lt;br /&gt;
In this example, the {{Literal|Lamp}} has been set pretty close to the group of planes. This causes the light to affect the front, middle and rear planes more dramatically. Looking at (''Various {{Literal|Dist}}ance settings''), you can see that as the {{Literal|Dist}} is increased, more and more objects become progressively brighter.&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
 | [[File:Manual-Part-V-LampRender-Distance10.png|frame|none|{{Literal|Distance}}: '''10'''.]]&lt;br /&gt;
 | [[File:Manual-Part-V-LampRender-Distance100.png|frame|none|{{Literal|Distance}}: '''100'''.]]&lt;br /&gt;
 | [[File:Manual-Part-V-LampRender-Distance1000.png|frame|none|{{Literal|Distance}}: '''1000'''.]]&lt;br /&gt;
 |-&lt;br /&gt;
 | colspan=3 | Various {{Literal|Distance}} settings (shadows disabled).&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Distance}} parameter is controlling where the light is falling – at a linear rate by default – to half its original value from the light’s origin. As you increase or decrease this value, you are changing where this half falloff occurs. You could think of {{Literal|Distance}} as the surface of a sphere and the surface is where the light’s intensity has fallen to half its strength in all directions. Note that the light’s intensity continues to fall even after {{Literal|Distance}}. {{Literal|Distance}} just specifies the distance where half of the light’s energy has weakened.&lt;br /&gt;
&lt;br /&gt;
Notice in (''{{Literal|Distance}}: '''1000''''') that the farthest objects are very bright. This is because the falloff has been extended far into the distance, which means the light is very strong when it hits the last few objects. It is not until '''1000''' units that the light’s intensity has fallen to half of its original intensity.&lt;br /&gt;
&lt;br /&gt;
Contrast this with (''{{Literal|Distance}}: '''10'''''), where the falloff occurs so soon that the farther objects are barely lit. The light’s intensity has fallen by a half by time it even reaches the tenth object.&lt;br /&gt;
&lt;br /&gt;
You may be wondering why the first few planes appear to be dimmer? This is because the surface angle between the light and the object’s surface normal is getting close to oblique. That is the nature of a {{literal|Lamp}} light object. By moving the light infinitely far away you would begin to approach the characteristics of the {{literal|Sun}} lamp type.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Inverse Square===&lt;br /&gt;
{{Literal|Inverse Square}} makes the light’s intensity falloff with a non-linear rate, or specifically, a quadratic rate. The characteristic feature of using {{Literal|Inverse Square}} is that the light’s intensity begins to fall off very slowly but then starts falling off very rapidly. We can see this in the (''{{Literal|Inverse Square}} selected'') images.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[File:Manual-Part-V-LampRender-Quad10.png|frame|none|{{Literal|Inverse Square}} with '''10'''.]]&lt;br /&gt;
 |[[File:Manual-Part-V-LampRender-Quad100.png|frame|none|{{Literal|Inverse Square}} with '''100'''.]]&lt;br /&gt;
 |[[File:Manual-Part-V-LampRender-Quad1000.png|frame|none|{{Literal|Inverse Square}} with '''1000'''.]]&lt;br /&gt;
 |-&lt;br /&gt;
 |colspan=3|{{Literal|Inverse Square}} selected (with the specified distances).&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
With {{Literal|Inverse Square}} selected, the {{Literal|Distance}} field specifies where the light begins to fall off faster, roughly speaking; see the light attenuation [[#Falloff types|description]] for more info.&lt;br /&gt;
&lt;br /&gt;
In (''{{Literal|Inverse Square}} with '''10'''''), the light’s intensity has fallen so quickly that the last few objects aren’t even lit.&lt;br /&gt;
&lt;br /&gt;
Both (''{{Literal|Inverse Square}} with '''100''''') and (''{{Literal|Inverse Square}} with '''1000''''') appear to be almost identical and that is because the {{Literal|Distance}} is set beyond the farthest object’s distance which is at about '''40 BU''' out. Hence, all the objects get almost the full intensity of the light.&lt;br /&gt;
&lt;br /&gt;
As above, the first few objects are dimmer than farther objects because they are very close to the light. Remember, the brightness of an object’s surface is also based on the angle between the surface normal of an object and the ray of light coming from the lamp.&lt;br /&gt;
&lt;br /&gt;
This means there are at least two things that are controlling the surface’s brightness: intensity and the angle between the light source and the surface’s normal.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Sphere===&lt;br /&gt;
[[File:Manual-Part-V-LampRender-SphereView.png|frame|right|Clipping Sphere.]]&lt;br /&gt;
{{Literal|Sphere}} indicates that the light’s intensity is null at the {{Literal|Distance}} distance and beyond, regardless of the chosen light’s falloff. In (''Clipping Sphere'') you can see a side view example of the setup with {{Literal|Sphere}} enabled and a distance of '''10'''.&lt;br /&gt;
&lt;br /&gt;
Any objects beyond the sphere receive no light from the lamp.&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Distance}} field is now specifying both where the light’s rays become null, and the intensity’s ratio falloff setting. Note that there is no abrupt transition at the sphere: the light attenuation is progressive (for more details, see the descriptions of the [[#Sphere|{{Literal|Sphere}} options]] and [[#Falloff types|light attenuations]] above).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
 | [[File:Manual-Part-V-LampRender-Sphere10.png|frame|none|{{Literal|Sphere}} with '''10'''.]]&lt;br /&gt;
 | [[File:Manual-Part-V-LampRender-Sphere20.png|frame|none|{{Literal|Sphere}} with '''20'''.]]&lt;br /&gt;
 | [[File:Manual-Part-V-LampRender-Sphere40.png|frame|none|{{Literal|Sphere}} with '''40'''.]]&lt;br /&gt;
 |-&lt;br /&gt;
 | colspan=3 | {{Literal|Sphere}} enabled with the specified distances, {{Literal|Inverse Linear}} light falloff.&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
In (''{{Literal|Sphere}} with '''10'''''), the clipping sphere’s radius is '''10''' units, which means the light’s intensity is also being controlled by '''10''' units of distance. With a linear attenuation, the light’s intensity has fallen very low even before it gets to the first object.&lt;br /&gt;
&lt;br /&gt;
In (''{{Literal|Sphere}} with '''20'''''), the clipping sphere’s radius is now '''20 BU''' and some light is reaching the middle objects.&lt;br /&gt;
&lt;br /&gt;
In (''{{Literal|Sphere}} with '''40'''''), the clipping sphere’s radius is now '''40''' units, which is beyond the last object. However, the light doesn’t make it to the last few objects because the intensity has fallen to nearly '''0'''.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Hints==&lt;br /&gt;
If a {{Literal|Lamp}} light is set to not cast shadows, it illuminates through walls and the like. If you want to achieve some nice effects like a fire, or a candle-lit room interior seen from outside a window, the {{Literal|Sphere}} option is a must. By carefully working on the {{Literal|Distance}} value you can make your warm firelight shed only within the room, while illuminating outside with a cool moonlight, the latter achieved with a {{Literal|Sun}} or {{Literal|Hemi}} light or both.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Lighting/Lights/Light Properties|Doc:2.5/Manual/Lighting/Lights/Textures}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lamps]]&lt;br /&gt;
[[Category:Lighting]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mam711</name></author>
		
	</entry>
</feed>