﻿<?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%2FTextures%2FInfluence%2FMaterial%2FDisplacement</id>
	<title>Doc:2.6/Manual/Textures/Influence/Material/Displacement - 版の履歴</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%2FTextures%2FInfluence%2FMaterial%2FDisplacement"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Influence/Material/Displacement&amp;action=history"/>
	<updated>2026-04-25T17:46:55Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Influence/Material/Displacement&amp;diff=103529&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/Textures/Influence/Material/Displacement&amp;diff=103529&amp;oldid=prev"/>
		<updated>2018-06-28T19:41:51Z</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/Textures/Influence/Material/Displacement&amp;diff=103528&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Bot: Fixing redirects; cosmetic changes</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Textures/Influence/Material/Displacement&amp;diff=103528&amp;oldid=prev"/>
		<updated>2011-12-16T13:17:00Z</updated>

		<summary type="html">&lt;p&gt;Bot: Fixing redirects; cosmetic changes&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/Textures/Maps/Bump and Normal Maps|Doc:2.5/Manual/Textures/Types/Procedural}} &lt;br /&gt;
&lt;br /&gt;
= Displacement Maps =&lt;br /&gt;
=== Description ===&lt;br /&gt;
Displacement mapping allows a texture input to manipulate the position of vertices on rendered geometry. Unlike [[Doc:2.6/Manual/Textures/Influence/Material/Bump and Normal|Normal or Bump mapping]], where the shading is distorted to give an illusion of a bump (discussed on the previous page), Displacement Maps create real bumps, creases, ridges, etc in the actual mesh. Thus, the mesh deformations can cast shadows, occlude other objects, and do everything that changes in real geometry can do, but, on the other hand, requires a lot more vertices to work.&lt;br /&gt;
&lt;br /&gt;
=== Options ===&lt;br /&gt;
In the [[Doc:2.6/Manual/Textures/Influence/Material|Influence panel]], the strength of the displacement is controlled by the {{Literal|Displace}} and {{Literal|Normal}} sliders.&lt;br /&gt;
* If a texture provides only normal information (e.g. {{Literal|Stucci}}), vertices move according to the texture's normal data. The normal displacement is controlled by the {{Literal|Normal}} slider.&lt;br /&gt;
* If a texture provides only intensity information (e.g. {{Literal|Magic}}, derived from color), vertices move along the directions of their normals (a vertex has no normal itself, it's the resulting vector of the adjacent faces). White pixels move outward in the direction of the normal, black pixels move in the opposite direction. The amount of displacement is controlled with the {{Literal|Displace}} slider.&lt;br /&gt;
&lt;br /&gt;
The two modes are not exclusive. Many texture types provide both information ({{Literal|Clouds}}, {{Literal|Wood}}, {{Literal|Marble}}, {{Literal|Image}}). The amount of each type can be mixed using the respective sliders. Intensity displacement gives a smoother, more continuous surface, since the vertices are displaced only outward. Normal displacement gives a more aggregated surface, since the vertices are displaced in multiple directions.&lt;br /&gt;
&lt;br /&gt;
The depth of the displacement is scaled with an object's scale, but not with the relative size of the data. This means if you double the size of an object in object mode, the depth of the displacement is also doubled, so the relative displacement appears the same. If you scale inside {{Literal|Edit Mode}}, the displacement depth is not changed, and thus the relative depth appears smaller.&lt;br /&gt;
&lt;br /&gt;
=== Hints ===&lt;br /&gt;
Displacement maps move the rendered faces, not the physical mesh faces. So, in 3D View the surface may appear smooth, but render bumpy. To give a detailed surface, there has to be faces to displace and have to be very small. This creates the trade-off between using memory and CPU time versus render quality.&lt;br /&gt;
&lt;br /&gt;
From best to worst, displacement works with these object types using the methods listed to control the render face size:&lt;br /&gt;
; '''[[Doc:2.6/Manual/Modifiers/Generate/Subsurf|Subdivision Surface]] Meshes''': Rendered face size is controlled with render subsurf level. Displacement really likes smooth normals.&lt;br /&gt;
; '''Manually ({{Literal|Edit Mode}}) [[Doc:2.5/Manual/Modeling/Meshes/Advanced Tools#Subdivide|subdivided]] meshes''': Control render faces with number of subdivides. (This can be combined with the above methods.) Displaces exactly the same Simple Subsurf, but slows editing down because of the OpenGL overhead of drawing the extra faces. (You can't turn the edit subdivide level down this way).&lt;br /&gt;
; '''[[Doc:2.6/Manual/Modeling/Metas|Meta Objects]]''': Control render faces with render wiresize. Small wire == more faces.&lt;br /&gt;
&lt;br /&gt;
The following are available, but currently don't work well. It is recommended that you convert these to meshes before rendering. &lt;br /&gt;
; '''Open [[Doc:2.6/Manual/Modeling/Surfaces|NURBS Surfaces]]''': Control render faces with U/V {{Literal|Surface Resolution}}. Higher numbers give more faces. (Note normal errors).&lt;br /&gt;
; '''Closed NURBS Surfaces''': Control with {{Literal|Surface Resolution}} controls. (Note the normal errors, and how implicit seam shows).&lt;br /&gt;
; '''[[Doc:2.6/Manual/Modeling/Curves|Curves]] and [[Doc:2.6/Manual/Modeling/Texts|Text]]''': Control with {{Literal|Surface Resolution}} controls. Higher gives more render faces. (Note that the large flat surfaces have few render faces to displace).&lt;br /&gt;
&lt;br /&gt;
{{Note&lt;br /&gt;
 |Displace Modifier&lt;br /&gt;
 |If you want more control over your displacement, you'll probably want to use the [[Doc:2.6/Manual/Modifiers/Deform/Displace|Displace Modifier]]. This feature has lots of different options so that you can customize the displacement exactly to your liking.&lt;br /&gt;
}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Textures/Maps/Bump and Normal Maps|Doc:2.5/Manual/Textures/Types/Procedural}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Texture Maps]]&lt;br /&gt;
[[Category:Displacement mapping]]&lt;br /&gt;
[[Category:Height mapping]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>