﻿<?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%2FMaterials%2FProperties%2FSubsurface_Scattering</id>
	<title>Doc:2.6/Manual/Materials/Properties/Subsurface Scattering - 版の履歴</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%2FMaterials%2FProperties%2FSubsurface_Scattering"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Materials/Properties/Subsurface_Scattering&amp;action=history"/>
	<updated>2026-04-25T02:39:39Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Materials/Properties/Subsurface_Scattering&amp;diff=100513&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/Materials/Properties/Subsurface_Scattering&amp;diff=100513&amp;oldid=prev"/>
		<updated>2018-06-28T19:39:30Z</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/Materials/Properties/Subsurface_Scattering&amp;diff=100512&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/Materials/Properties/Subsurface_Scattering&amp;diff=100512&amp;oldid=prev"/>
		<updated>2013-07-18T21:41:18Z</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|Doc:2.6/Manual/Materials/Properties/ Mirror|Doc:2.6/Manual/Materials/Properties/Strand}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Subsurface Scattering =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
{| valign=&amp;quot;top&amp;quot;&lt;br /&gt;
 |[[Image:Blender3D Chihuahua Marmor WithSSS.jpg|thumb|300px|'''Image 1a:''' Marble Dog with SSS. Watch especially the ears and the paws.]]&lt;br /&gt;
 |[[Image:Blender3D Chihuahua Marmor.jpg|thumb|300px|'''Image 1b:''' And the same without SSS.]]&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Many organic and inorganic materials are not totally opaque right at the surface, so light does not just bounce off the top surface. Instead, some light also penetrates the skin surface deeply, and scatters around inside, taking on the color of the insides and emerging back out at a different location. Human/animal skin, the skin of grapes, tomatoes, fruits, wax, gels (like honey, or Jello) and so on all have subsurface scattering (SSS), and photo-realism really cannot be achieved without it.&lt;br /&gt;
&lt;br /&gt;
It is important to understand that subsurface scattering and diffuse are one and the same. The difference is in how far light can diffuse beneath the surface before it is absorbed or transmitted back out.&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==How it works==&lt;br /&gt;
&lt;br /&gt;
Actually calculating the light path beneath the surface of an object is not practical. But it has been shown that it is not necessary to do this, and that one can use a different approach.&lt;br /&gt;
&lt;br /&gt;
Blender calculates SSS in two steps:&lt;br /&gt;
*At first the irradiance, or brightness, of the surface is calculated, from the front side of the object as well as from its back side. This is pretty much the same as in a normal render. Ambient Occlusion, Radiosity, the type of diffuse Shader, the light color, etc. are taken into account.&lt;br /&gt;
*In the second step, the final image is rendered, but now the SSS shader replaces the diffuse shader. Instead of the lamps, the calculated lightmap is used. The brightness of a surface point is the calculated &amp;quot;Average&amp;quot; of the brightness of its surrounding points. Depending on your settings the whole surface may be taken into account, and it's a bit more complicated than simply calculating the average, but don't bother too much with the math behind it.&lt;br /&gt;
&lt;br /&gt;
Instead let's see what SSS does to a distinct light point.&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot;&lt;br /&gt;
 |[[File:25-Manual-Materials-SSS.png|none|thumb|300px|'''Image 3a:''' No SSS.]]&lt;br /&gt;
 |[[File:25-Manual-Materials-SSS1.png|none|thumb|300px|'''Image 3b:''' Small SSS radius.]]&lt;br /&gt;
|-&lt;br /&gt;
 |[[File:25-Manual-Materials-SSS2.png|none|thumb|300px|'''Image 3c:''' SSS radius enlarged.]]&lt;br /&gt;
 | [[File:25-Manual-Materials-SSS3.png|thumb|300px|'''Image 3d:''' SSS with very large red radius value.]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
If you turn on SSS, the light is distributed over a larger area. The size of this area depends on the radius values. Instead of distributing all colors with the same amount, you may choose different radius values for each of the RGB colors.&lt;br /&gt;
&lt;br /&gt;
If you use a very large radius value for a color, its light is evenly distributed over the whole object.&lt;br /&gt;
&lt;br /&gt;
{{Note|1=Note about scatter radius|2=Because of the way this scattering is calculated, when using large radius values, you will notice fringing artifacts that appear as the complementary color to the predominant color of the scattering. Above, you see in the last image a bluish band in the illuminated area. This is an unfortunate limitation. A way to lessen this effect is use multiple passes with different scatter radii, and average them.}}&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Enabling Subsurface Scattering==&lt;br /&gt;
[[File:Manual25-Material-SSSPanel.png|right|'''Image 4:''' The SSS Panel. SSS is already enabled.]]&lt;br /&gt;
&lt;br /&gt;
* Enable SSS by clicking on the {{Literal|Subsurface Scattering}} button.&lt;br /&gt;
* Accessible at the top are various presets.  Add new or remove old presets by clicking the {{Literal|+}} and {{Literal|-}} buttons.  When you select a preset, the {{Literal|Radius}} values, the {{Literal|RGB Radius}} and the {{Literal|IOR}} are set for you.  The remaining options are not set (because they are mostly dependent on the size of your object).&lt;br /&gt;
&lt;br /&gt;
''SubSurface Scattering'' doesn't need ray tracing. But since it is dependent on the incident light and shadows, you need proper shadow calculation (which may need ray tracing).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Options  ==&lt;br /&gt;
&lt;br /&gt;
The numeric sliders control how the light is scattered: &lt;br /&gt;
&lt;br /&gt;
; {{Literal|IOR}} : The {{Literal|Index Of Refraction}} value determines the falloff of incident light.  Higher values means that light falls off faster.  The effect is quite subtle and changes the distribution function only a little bit.  By the examination of many different materials, values of '''1.3''' to '''1.5''' have been found to work well for most materials.  If you know the exact material you are trying to simulate, see [[Doc:2.5/Manual/Materials/Properties/Raytraced_Transparency#IOR values for Common Materials|our IOR table]].&lt;br /&gt;
; {{Literal|Scale}} : The scale of your object, in Blender units, across which you want the scattering effect to take place.  Scale {{Literal|1.0}} means '''1''' Blender unit equals '''1''' millimeter, scale '''0.001''' means '''1''' Blender unit equals '''1''' meter.  If you want to work out what scale value to use in your scene, just use the formula: (size in blender units)/(real world size in millimeters)=scale.&lt;br /&gt;
[[File:Manual-25-Material-SSS-Swatch.png|thumb|90px|The SSS Color Swatch]]&lt;br /&gt;
; {{Literal|Scattering Color}} (Albedo) &lt;br /&gt;
: Albedo is the probability that light will survive a scattering event. If you think of scattering as a filter, this is the height of the filter. It is multiplied by the surface color. In practice, this is unintuitive. It should be the same as the surface color, however changing this value has unintuitive results on the scattering effect:&lt;br /&gt;
:# The darker the color the more light is scattered. A value of 1 will produce no scattering effect. &lt;br /&gt;
: So if you set it to green, the lit areas of the object will appear as green, and green is scattered only a little. Therefore the darker areas will appear in red and blue.  You can compensate the different scattering by setting a larger radius for the color.&lt;br /&gt;
; {{Literal|RGB Radius}} : This is not in fact the radius of the subsurface scattering, but the average path length between scattering events.  As the light travels through the object it bounces around then emerges from the surface at some other point. This value corresponds to the average length the light travels between each bounce.  The longer the path length is, the further the light is allowed to scatter.&lt;br /&gt;
:This is the main source of a material's perceived &amp;quot;scatter color.&amp;quot; A material like skin will have a higher red radius than green and blue. Subsurface scattering is the diffusion of light beneath the surface. You control how far the light spreads to achieve a specific result.&lt;br /&gt;
&lt;br /&gt;
; {{Literal|Blend}} :&lt;br /&gt;
:; {{Literal|Color}} : This controls how much the R, G, B option modulates the diffuse color and textures. Note that even with this option set to '''0.0''', the R, G, B option still influences the scattering behavior.&lt;br /&gt;
:; {{Literal|Texture}} : How much the surface texture is blurred along with the shading.&lt;br /&gt;
; {{Literal|Scattering Weight}} :&lt;br /&gt;
:; {{Literal|Front}} : Factor to increase or decrease the front scattering. When light enters through the front of the object, how much is absorbed or added? (Normally '''1.0''' or '''100%''').&lt;br /&gt;
:; {{Literal|Back}} : Factor to increase or decrease the back scattering. Light hitting an object from behind can go all the way through the object and come out on the front of the object. This happens mostly on thin objects, like hands and ears.&lt;br /&gt;
; {{Literal|Error}} : This parameter controls how precisely the algorithm samples the surrounding points. Leaving it at '''0.05''' should give images without artifacts. It can be set higher to speed up rendering, potentially with errors. Setting it at '''1.0''' is a good way to quickly get a preview of the look, with errors.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Developing your own SSS material==&lt;br /&gt;
===The Traditional Approach===&lt;br /&gt;
A more common but less intuitive approach is to use &amp;quot;layering&amp;quot;. This is a simplified version of the layering approach. See the external links for more information:&lt;br /&gt;
#Set the SSS color on a value of your choice, normally the predominant color of the object. If you want to use different radii for the colors, don't make it too dark.&lt;br /&gt;
#Set the scale factor. If you want to see much translucency you need small objects or large scale values.&lt;br /&gt;
#Set the radius values.&lt;br /&gt;
#Adjust the brightness with the {{Literal|Front}} and {{Literal|Back}} values.&lt;br /&gt;
&lt;br /&gt;
===A more intuitive approach==&lt;br /&gt;
#Set the Scattering color to .5&lt;br /&gt;
#Set the Front weight to 2.&lt;br /&gt;
#Set the scale factor based on the size of your object relative to the scene. If you want to see much translucency you need small objects or large scale values.&lt;br /&gt;
#Set the radius values appropriately.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Skin===&lt;br /&gt;
{| align=&amp;quot;center&amp;quot;&lt;br /&gt;
 | [[File:Manual-25-Material-SSS-MH-Head-1.png|thumb|100px|center|1]]&lt;br /&gt;
 | [[File:Manual-25-Material-SSS-MH-Head-2.png|thumb|100px|center|2]]&lt;br /&gt;
 | [[File:Manual-25-Material-SSS-MH-Head-3.png|thumb|100px|center|3]]&lt;br /&gt;
 | [[File:Manual-25-Material-SSS-MH-Head-4.png|thumb|100px|center|4]]&lt;br /&gt;
 | [[File:Manual-25-Material-SSS-MH-Head-5.png|thumb|100px|center|5]]&lt;br /&gt;
|-&lt;br /&gt;
 | colspan=&amp;quot;5&amp;quot; | Increasing SSS scale ([[:File:MH-SSS-head-001.blend|.blend]])&lt;br /&gt;
|}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [http://www.blender.org/development/release-logs/blender-244/subsurface-scattering/ Development Release Log: Subsurface Scattering]&lt;br /&gt;
* [http://bensimonds.com/2010/05/31/three-layer-sss-in-blender-demystified/ Ben Simonds: ''Three Layer SSS in Blender Demystified'']&lt;br /&gt;
&lt;br /&gt;
[[Category:Materials]]&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.6/Manual/Materials/Properties/ Mirror|Doc:2.6/Manual/Materials/Properties/Strand}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mam711</name></author>
		
	</entry>
</feed>