Firstborn/Library/PackageCache/com.unity.shadergraph@12.1.11/Documentation~/Sclera-UV-Location-Node.md
Schaken-Mods 9092858a58 updated to the latest editor
I updated everything to the latest Unity Editor. Also realized I had the wrong shaders on my hairs, those are fixed and the hairs look MUCH better!
2023-05-07 17:43:11 -05:00

17 lines
984 B
Markdown

# Sclera UV Location Node
This node converts the object position of the sclera to a UV Sampling coordinate.
## Render pipeline compatibility
| **Node** | **Universal Render Pipeline (URP)** | **High Definition Render Pipeline (HDRP)** |
| --------------------------- | ----------------------------------- | ------------------------------------------ |
| **Sclera UV Location Node** | No | Yes |
## Ports
| name | **Direction** | type | description |
| -------------- | ------------- | ------- | ------------------------------------------------------------ |
| **PositionOS** | Input | Vector3 | **Position of the fragment to shade in object space.** |
| **ScleraUV** | Output | Vector2 | Normalized UV coordinates that can be used to sample either a texture or procedurally generate a Sclera Texture. |