UnityGame/Library/PackageCache/com.unity.shadergraph/Documentation~/Main-Light-Direction-Node.md

13 lines
605 B
Markdown
Raw Normal View History

2024-10-27 10:53:47 +03:00
# Get Main Light Direction Node
## Description
Provides access to the direction of the main directional light in the scene.
The main directional light is the one casting shadows if there is any. Otherwise, it fallbacks to the first non shadow casting directional light.
### Ports
| Name | Direction | Type | Description |
| :------------ | :-------- | :------------- | :-------------------------------------------------------- |
| **Direction** | Output | Vector3 | The normalized direction of the sun light in world space. |