Skip to content

Commit acedfed

Browse files
authored
Adding missing md files for node preview descriptions (#7806)
* Adding missing md files * Adding md file references to a few I missed.
1 parent 2ac97af commit acedfed

40 files changed

+182
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Description
2+
Blends the water's tangent space pixel normal with the world space vertex normals
3+
4+
## Inputs
5+
**NormalTS** - the water's pixel normals in tangent space
6+
**NormalWS** - the water's vertex normals in world space
7+
8+
## Outputs
9+
**NormalWS** - the combined vertex and pixel normal in world space
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Description
2+
A true/false check box
3+
4+
## Output
5+
**Out** - A constant true or false value.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Description
2+
Brings in the Cornea IOR data.
3+
4+
## Output
5+
**Builtin Cornea IOR** - the cornea IOR data
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Description
2+
Brings in the Iris Plane Offset data for the eye.
3+
4+
## Output
5+
**BuiltinIrisPlaneOffset** - the Iris Plane Offset data for the eye
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Description
2+
Brings in the Eye's Iris Radius value.
3+
4+
## Output
5+
**BuiltinIrisPlaneOffset** - the eye's iris radius
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Description
2+
Adjusts the input RGB value with weighted values.
3+
4+
## Inputs
5+
**In** - the color or vector to adjust
6+
7+
## Output
8+
**Out** - the adjusted color
9+
10+
## Controls
11+
**RGB Tabs** - selects the output channel to adjust
12+
**RGB Sliders** - Controls contribution of input red, green, or blue channels to the output channel
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Description
2+
Passes computed deformation data to the vertex shader
3+
4+
## Output
5+
**Deformed Position** - Position data with deformation added
6+
**Deformed Normal** - Normal data with deformation added
7+
**Deformed Tangent** - Tangent data with deformation added
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Description
2+
A single channel value with a decimal
3+
4+
## Output
5+
**Out** - A single channel value with a decimal
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Description
2+
A single channel value without a decimal
3+
4+
## Output
5+
**Out** - A single channel value without a decimal

0 commit comments

Comments
 (0)