﻿<?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%2FNodes%2FTypes%2FVector</id>
	<title>Doc:2.6/Manual/Materials/Nodes/Types/Vector - 版の履歴</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%2FNodes%2FTypes%2FVector"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Materials/Nodes/Types/Vector&amp;action=history"/>
	<updated>2026-06-07T08:36:23Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Materials/Nodes/Types/Vector&amp;diff=106243&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/Nodes/Types/Vector&amp;diff=106243&amp;oldid=prev"/>
		<updated>2018-06-28T19:45:17Z</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:45時点における版&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/Nodes/Types/Vector&amp;diff=106242&amp;oldid=prev</id>
		<title>wiki&gt;Urkokul: /* Controls */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Materials/Nodes/Types/Vector&amp;diff=106242&amp;oldid=prev"/>
		<updated>2014-06-10T22:35:48Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Controls&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.6|Doc:2.6/Manual/Materials/Nodes/Types/Color|Doc:2.6/Manual/Materials/Nodes/Types/Convertor}}&lt;br /&gt;
&lt;br /&gt;
= Material Vector Nodes =&lt;br /&gt;
&lt;br /&gt;
Vector nodes manipulate information about how light interacts with the material, multiplying vector sets, and other wonderful things that normal humans barely comprehend (except math geniuses, who may not be considered «normal»). Even if you aren't a math wiz, you'll find these nodes to be very useful.&lt;br /&gt;
&lt;br /&gt;
Vectors, in general, are two or three element values, for example, surface normals are vectors. Vectors are also important for calculating shading.&lt;br /&gt;
&lt;br /&gt;
== Normal Node ==&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Normal.png|frame|right|{{Literal|Normal}} node]]&lt;br /&gt;
The Normal node generates a normal vector and a dot product. Click and Drag on the sphere to set the direction of the normal.&lt;br /&gt;
&lt;br /&gt;
This node can be used to input a new normal vector into the mix. For example, use this node as an input to a Color Mix node. Use an Image input as the other input to the Mixer. The resulting colorized output can be easily varied by moving the light source (click and dragging the sphere). &lt;br /&gt;
&lt;br /&gt;
The (face) normal is the direction of the face in relation to the camera. You can use it to do the following:&lt;br /&gt;
* Use this node to create a fixed direction -&amp;gt; output {{Literal|Normal}}. &lt;br /&gt;
* Calcuate the {{Literal|Dot}}-Product with the {{Literal|Normal}}-Input. The {{Literal|Dot}}-Product is a scalar value (a number). &lt;br /&gt;
** If two normals are pointing in the same direction the {{Literal|Dot}}-Product is 1.&lt;br /&gt;
** If they are perpendicular the {{Literal|Dot}}-Product is zero (0).&lt;br /&gt;
** If they are antiparallel (facing directly away from each other) the {{Literal|Dot}}-Product is -1. ''And you never thought you would use the Vector Calculus class you took in college - shame on you!''&lt;br /&gt;
&lt;br /&gt;
So now we can do all sorts of things that depends on the viewing angle (like electron scanning microscope effect). And the best thing about it is that you can manipulate the direction interactively.&lt;br /&gt;
&lt;br /&gt;
{{Note|One caveat|The normal is evaluated per face, not per pixel. So you need enough faces, or else you don't get a smooth result}}&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Normal}}&lt;br /&gt;
: 3D-direction of the face in relation to the camera. The value can be provided by another node or set manually.&lt;br /&gt;
&lt;br /&gt;
===Outputs===&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Normal}}&lt;br /&gt;
: Fixed 3D-direction, combined by the node.&lt;br /&gt;
;{{Literal|Dot}}&lt;br /&gt;
: Scalar value (a number), combined by the node.&lt;br /&gt;
&lt;br /&gt;
===Controls===&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Normal-Preview.png|frame|center|Interactive {{Literal|Normal}} node preview]]&lt;br /&gt;
;''Interactive node preview''&lt;br /&gt;
: Allows click and drag on the sphere in node center to set the direction of the normal.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Mapping Node ==&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Mapping.png|frame|right|{{Literal|Mapping}} node]]&lt;br /&gt;
Essentially mapping node allows the user to modify a mapping of system of 3D-coordinates. Typically used for modifying texture coordinates.&lt;br /&gt;
&lt;br /&gt;
Mapping can be rotated and clamped if desired.&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Vector}}&lt;br /&gt;
: The input vector (3D-direction in relation to the camera) of some the coordinates' mapping. The value can be provided by another node or set manually.&lt;br /&gt;
&lt;br /&gt;
===Outputs===&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Vector}}&lt;br /&gt;
: The output vector, combined by the node.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Controls===&lt;br /&gt;
&lt;br /&gt;
The controls of the node have been ordered in X, Y, Z order. If you want to use the clamping options, try enabling Min and Max.&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Mapping-Controls-Vectortype.png|frame|center|Mapping Node Vector Types controls]]&lt;br /&gt;
;Vector type selector&lt;br /&gt;
: Type of vector that the mapping transforms.&lt;br /&gt;
:;{{Literal|Texture}}&lt;br /&gt;
:: Transform a texture by inverse mapping the texture coordinates.&lt;br /&gt;
:;{{Literal|Point}}&lt;br /&gt;
:: Transform a point.&lt;br /&gt;
:;{{Literal|Vector}}&lt;br /&gt;
:: Transform a direction vector.&lt;br /&gt;
:;{{Literal|Normal}}&lt;br /&gt;
:: Transform a normal vector with unit length.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Mapping-Controls-Transforms.png|frame|center|Mapping Node Transforms controls]]&lt;br /&gt;
:;{{Literal|Location}}&lt;br /&gt;
:: Transform position vector.&lt;br /&gt;
:;{{Literal|Rotation}}&lt;br /&gt;
:: Transform rotation vector.&lt;br /&gt;
:;{{Literal|Scale}}&lt;br /&gt;
:: Transform scale vector.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Mapping-Controls-Clipping.png|frame|center|Mapping Node Clipping controls]]&lt;br /&gt;
:;{{Literal|Min}}&lt;br /&gt;
:: Minimum clipping value.&lt;br /&gt;
:;{{Literal|Max}}&lt;br /&gt;
:: Maximum clipping value.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
== Vector Curves ==&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Curves.png|frame|right|{{Literal|Vector Curves}} node]]&lt;br /&gt;
The Vector Curves node maps an input vector x, y, and z components to a diagonal curve. Use this node to remap a vector value using curve controls.&lt;br /&gt;
&lt;br /&gt;
Click and drag along the curve to create a control point and to change the curve's shape. Use the {{Literal|X}} to delete the selected (white) point.&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Fac}}:&lt;br /&gt;
: Factor. The degree of node's influence in node tree. The value can be provided by another node or set manually.&lt;br /&gt;
;{{Literal|Vector}}&lt;br /&gt;
: The input vector (3D-direction in relation to the camera). The value can be provided by another node or set manually.&lt;br /&gt;
&lt;br /&gt;
===Outputs===&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Vector}}&lt;br /&gt;
: The output vector, combined by the node.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Controls===&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Curves-Axes.png|frame|center|Curve channel selector]]&lt;br /&gt;
;Channel selector&lt;br /&gt;
: Allows to select appropriate curve channel.&lt;br /&gt;
:;{{Literal|X}}&lt;br /&gt;
:: Curve of X-direction.&lt;br /&gt;
:;{{Literal|Y}}&lt;br /&gt;
:: Curve of Y-direction.&lt;br /&gt;
:;{{Literal|Z}}&lt;br /&gt;
:: Curve of Z-direction.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[Image:26-Manual-Material-Vector-Node-Curves-Controls.png|frame|center|Node curve controls]]&lt;br /&gt;
;[[File:26-Material-Color-Node-Curves-Zoomin-Buticon.png]]&lt;br /&gt;
:Zoom in curve.&lt;br /&gt;
;[[File:26-Material-Color-Node-Curves-Zoomout-Buticon.png]]&lt;br /&gt;
:Zoom out curve.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[File:26-Material-Color-Node-Curves-Tools.png|frame|right|Advanced tools for curve]]&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Reset View}}&lt;br /&gt;
: Resets view of the cuve.&lt;br /&gt;
;{{Literal|Vector Handle}}&lt;br /&gt;
: Vector type of curve point's handle.&lt;br /&gt;
;{{Literal|Auto Handle}}&lt;br /&gt;
: Automatic type of curve point's handle.&lt;br /&gt;
;{{Literal|Extend Horizontal}}&lt;br /&gt;
: Extends the curve horizontal.&lt;br /&gt;
;{{Literal|Extend Extrapolated}}&lt;br /&gt;
: Extends the curve extrapolated.&lt;br /&gt;
;{{Literal|Reset Curve}}&lt;br /&gt;
: Resets the curve in default (removes all added curve's points).&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
;[[File:26-Material-Color-Node-Curves-Clipping-Buticon.png]]&lt;br /&gt;
:Clipping options display of the curve.&lt;br /&gt;
;[[File:26-Material-Color-Node-Curves-Delpoints-Buticon.png]]&lt;br /&gt;
:Deletes points of the curve.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.6/Manual/Materials/Nodes/Types/Color|Doc:2.6/Manual/Materials/Nodes/Types/Convertor}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Urkokul</name></author>
		
	</entry>
</feed>