A game about forced loneliness, made by TACStudios
1# View Vector Node
2
3## Description
4
5This node provides access to an unnormalized version of the mesh vertex or fragment's **View Direction** vector. It does not normalize any of the values it stores. For a normalized option, see [View Direction Node](View-Direction-Node.md).
6
7Select a **Space** to modify the output value's coordinate space.
8
9## Ports
10
11| Name | Direction | Type | Binding | Description |
12|:------------ |:-------------|:-----|:---|:---|
13| Out | Output | Vector 3 | None |View Vector for the Mesh Vertex/Fragment. |
14
15
16## Controls
17
18| Name | Type | Options | Description |
19|:------------ |:-------------|:-----|:---|
20| Space | Dropdown | Object, View, World, Tangent | Selects coordinate space of **View Direction** to output. |