study/first_study/Library/PackageCache/com.unity.shadergraph@3686fafd4720/Documentation~/Sclera-UV-Location-Node.md
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09: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. |