﻿<?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%2FAmbient_Occlusion</id>
	<title>Doc:2.6/Manual/Lighting/Ambient Occlusion - 版の履歴</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%2FAmbient_Occlusion"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Lighting/Ambient_Occlusion&amp;action=history"/>
	<updated>2026-07-18T11:54:17Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Lighting/Ambient_Occlusion&amp;diff=100055&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/Ambient_Occlusion&amp;diff=100055&amp;oldid=prev"/>
		<updated>2018-06-28T19:39:04Z</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:39時点における版&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/Ambient_Occlusion&amp;diff=100054&amp;oldid=prev</id>
		<title>wiki&gt;Plasmasolutions: /* Options */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Lighting/Ambient_Occlusion&amp;diff=100054&amp;oldid=prev"/>
		<updated>2013-08-30T18:58:54Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Options&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.5x|Doc:2.5/Manual/World|Doc:2.5/Manual/Lighting/Environment Lighting}}&lt;br /&gt;
&lt;br /&gt;
{{review|}}&lt;br /&gt;
&lt;br /&gt;
= Ambient Occlusion =&lt;br /&gt;
Ambient Occlusion is a sophisticated ray-tracing calculation which simulates soft global illumination shadows by faking darkness perceived in corners and at mesh intersections, creases, and cracks, where ambient light is occluded, or blocked.&lt;br /&gt;
&lt;br /&gt;
There is no such thing as AO in real life; AO is a specific not-physically-accurate (but generally nice-looking) rendering trick. It basically samples a hemisphere around each point on the face, sees what proportion of that hemisphere is occluded by other geometry, and shades the pixel accordingly. &lt;br /&gt;
&lt;br /&gt;
It’s got nothing to do with light at all; it’s purely a rendering trick that tends to look nice because generally in real life surfaces that are close together (like small cracks) will be darker than surfaces that don’t have anything in front of them, because of shadows, dirt, etc. &lt;br /&gt;
&lt;br /&gt;
The AO process, though, approximates this result; it’s not simulating light bouncing around or going through things. That’s why AO still works when you don’t have any lights in the scene, and it’s why just switching on AO alone is a very bad way of “lighting” a scene.&lt;br /&gt;
&lt;br /&gt;
You must have ray tracing enabled as a {{Literal|Render}} panel option in the {{Literal|Shading}} section for this to work.&lt;br /&gt;
&lt;br /&gt;
You must have an ambient light color set as you desire. By default, the ambient light color (world) is black, simulating midnight in the basement during a power outage. Applying that color as ambient will actually darken all colors. A good outdoor mid-day color is RGB ('''0.9''', '''0.9''', '''0.8''') which is a whitish yellow sunny kind of color on a bright-but-not-harshly-bright day.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Options ==&lt;br /&gt;
&lt;br /&gt;
[[File:Doc26-lighting-ambientOcclusion.png|frame|right|The {{Literal|World}} panel with ambient color sliders highlighted.]]&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Factor}}&lt;br /&gt;
:The strength of the AO effect, a multiplier for addition.&lt;br /&gt;
&lt;br /&gt;
Ambient Occlusion is composited during the render. Two blending modes are available:&lt;br /&gt;
;{{Literal|Add}}&lt;br /&gt;
:The pixel receives light according to the number of non-obstructed rays. The scene is lighter. This simulates global illumination.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Multiply}}&lt;br /&gt;
:Ambient occlusion is multiplied over the shading, making things darker.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Note|Note|If {{Literal|Multiply}} is chosen, there must be other light sources; otherwise the scene will be pitch black. In the other two cases the scene is lit even if no explicit light is present, just from the AO effect. Although many people like to use AO alone as a quick shortcut to light a scene, the results it gives will be muted and flat, like an overcast day. In most cases, it is best to light a scene properly with Blender’s standard lamps, then use AO on top of that, set to “{{Literal|Multiply}}”, for the additional details and contact shadows.}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
The {{Literal|Gather}} panel contains settings for the ambient occlusion quality. Note that these settings also apply to Environment Lighting and Indirect Lighting.&lt;br /&gt;
&lt;br /&gt;
Ambient occlusion has two main methods of calculation: {{Literal|Raytrace}} and {{Literal|Approximate}}.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Gather===&lt;br /&gt;
==== Raytrace ====&lt;br /&gt;
[[File:Doc26-lighting-ambientOcclusion-gather.png|frame|right|The {{Literal|Amb Occ}} panel, {{Literal|Raytrace}} method.]]&lt;br /&gt;
The {{Literal|Raytrace}} method gives the more accurate, but also the more noisy results. You can get a nearly noiseless image, but at the cost of render time… It is the only option if you want to use the colors of your sky’s texture.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Attenuation}}&lt;br /&gt;
:Length of rays defines how far away other faces may be and still have an occlusion effect. The longer this distance, the greater impact that far-away geometry will have on the occlusion effect. A high {{Literal|Distance}} value also means that the renderer has to search a greater area for geometry that occludes, so render time can be optimized by making this distance as short as possible for the visual effect that you want.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Sampling}}&lt;br /&gt;
&lt;br /&gt;
:{{Literal|Samples}}&lt;br /&gt;
::The number of rays used to detect if an object is occluded. Higher numbers of samples give smoother and more accurate results, at the expense of slower render times. The default value of '''5''' is usually good for previews. The actual number of rays shot out is the square of this number (i.e. {{Literal|Samples}} at '''5''' means '''25''' rays). Rays are shot at the hemisphere according to a random pattern (determined by the sample methods described above); this causes differences in the occlusion pattern of neighboring pixels unless the number of shot rays is big enough to produce good statistical data.&lt;br /&gt;
{|align=center&lt;br /&gt;
 |valign=top|[[File:Manual-AmbientOcclusion-3Samples.jpg|thumb|200px|Ambient Occlusion with '''3''' {{Literal|Samples}}.]]&lt;br /&gt;
 |valign=top|[[File:Manual-AmbientOcclusion-6Samples.jpg|thumb|200px|Ambient Occlusion with '''6''' {{Literal|Samples}}.]]&lt;br /&gt;
 |valign=top|[[File:Manual-AmbientOcclusion-12Samples.jpg|thumb|200px|Ambient Occlusion with '''12''' {{Literal|Samples}}.]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
:You have the three standard sampling options:&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
:{{Literal|Constant QMC}}&lt;br /&gt;
::The base Quasi-Monte Carlo, gives evenly and randomly distributed rays.&lt;br /&gt;
&lt;br /&gt;
:{{Literal|Adaptive QMC}}&lt;br /&gt;
::An improved version of QMC, that tries to determine when the sample rate can be lowered or the sample skipped, based on its two settings:&lt;br /&gt;
&lt;br /&gt;
::{{Literal|Threshold}}&lt;br /&gt;
:::The limit below which the sample is considered fully occluded (“black”) or un-occluded (“white”), and skipped.&lt;br /&gt;
::{{Literal|Adapt to Speed}}&lt;br /&gt;
:::A factor to reduce AO sampling on fast-moving pixels. As it uses the {{Literal|Vec}} render pass, that must also be enabled (see [[Doc:2.6/Manual/Render/Post Process/Passes|render passes page]]).&lt;br /&gt;
&lt;br /&gt;
{{Note|About QMC|See also the [[Doc:2.5/Manual/Lighting/Shadows/Raytraced Properties#What is Quasi-Monte Carlo?|raytraced shadows page]] for more info about the  Quasi-Monte Carlo sampling method.}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
:{{Literal|Constant Jittered}}&lt;br /&gt;
::The historical sample method, more prone to “bias” artifacts…&lt;br /&gt;
::{{Literal|Bias}}&lt;br /&gt;
:::The angle (in radians) the hemisphere will be made narrower (i.e. the hemisphere will no longer be a real hemisphere: its section will no longer be a semicircle, but an arc of a circle of “&amp;lt;code&amp;gt;''pi'' - Bias&amp;lt;/code&amp;gt;” radians).&lt;br /&gt;
:::The bias setting allows you to control how smooth “smooth” faces will appear in AO rendering. Since AO occurs on the original faceted mesh, it is possible that the AO light makes faces visible even on objects with “smooth” on. This is due to the way AO rays are shot, and can be controlled with the {{Literal|Bias}} slider. Note that while it might even happen with QMC sampling methods, it is much more visible with the {{Literal|Constant Jittered}} one – and anyway, you have no {{Literal|Bias}} option for QMC.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |valign=top|[[File:Manual-AmbientOcclusion-Bias0.05.jpg|thumb|200px|24×24 UV Sphere with {{Literal|Bias}}: '''0.05''' (default). Note the facets on the sphere’s surface even though it is set to smooth.]]&lt;br /&gt;
 |valign=top|[[File:Manual-AmbientOcclusion-Bias0.15.jpg|thumb|200px|Raising the {{Literal|Bias}} to '''0.15''' removes the faceted artifacts.]]&lt;br /&gt;
 |}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==== Approximate ====&lt;br /&gt;
[[File:Doc26-lighting-ambientOcclusion-gather2.png|frame|right|The {{Literal|Amb Occ}} panel, {{Literal|Approximate}} method.]]&lt;br /&gt;
The {{Literal|Approximate}} method gives a much smoother result for the same amount of render time, but as its name states, it is only an approximation of the {{Literal|Raytrace}} method, which implies it might produce some artifacts – and it cannot use the sky’s texture as the base color&lt;br /&gt;
&lt;br /&gt;
This method seems to tend to “over-occlude” the results. You have two complementary options to reduce this problem:&lt;br /&gt;
;{{Literal|Passes}}&lt;br /&gt;
:Set the number of pre-processing passes, between '''0''' (no pre-processing) to '''10'''. Keeping the pre-processing passes high will increase render time but will also clear some artifacts and over-occlusions.&lt;br /&gt;
;{{Literal|Error}}&lt;br /&gt;
:This is the tolerance factor for approximation error (i.e. the max allowed difference between approximated result and fully computed result). The lower, the slower the render, but the more accurate the results… Ranges between '''0.0''' and '''10.0''', defaults to '''0.250'''.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Pixel Cache}}&lt;br /&gt;
:When enabled, it will keep values of computed pixels to interpolate it with its neighbors. This further speeds up the render, generally without visible loss in quality…&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Correction}}&lt;br /&gt;
:A correction factor to reduce over-occlusion. Ranges between '''0.0''' (no correction) to '''1.0'''.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Common Settings ===&lt;br /&gt;
;{{Literal|Falloff}}&lt;br /&gt;
:When activated, the distance to the occluding objects will influence the “depth” of the shadow. This means that the further away the occluding geometry is, the lighter its “shadow” will be. This effect only occurs when the {{Literal|Strength}} factor is higher than '''0.0'''. It mimics  light dispersion in the atmosphere…&lt;br /&gt;
&lt;br /&gt;
:;{{Literal|Strength}}&lt;br /&gt;
::Controls the attenuation of the shadows enabled with {{Literal|Use Falloff}}. Higher values give a shorter shadow, as it falls off more quickly (corresponding to a more foggy/dusty atmosphere). Ranges from '''0.0''' (default, no falloff) to '''10.0'''.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Technical Details ==&lt;br /&gt;
Ambient occlusion is calculated by casting rays from each visible point, and by counting how many of them actually reach the sky, and how many, on the other hand, are obstructed by objects.&lt;br /&gt;
&lt;br /&gt;
The amount of light on the point is then proportional to the number of rays which have “escaped” and have reached the sky. This is done by firing a hemisphere of shadow rays around. If a ray hits another face (it is occluded) then that ray is considered “shadow”, otherwise it is considered “light”. The ratio between “shadow” and “light” rays defines how bright a given pixel is.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Hints ==&lt;br /&gt;
Ambient occlusion is a ray-tracing technique (at least with the {{Literal|Raytrace}} method), so it tends to be slow. Furthermore, performance severely depends on octree size, see the [[Doc:2.6/Manual/Render|rendering chapter]] for more information.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/World|Doc:2.5/Manual/Lighting/Environment Lighting}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Lighting]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Plasmasolutions</name></author>
		
	</entry>
</feed>