1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-07 01:43:35 +08:00

Update README.md

Documentation for SpherizeUV node
This commit is contained in:
Digvijaysinh Gohil 2023-10-12 18:55:43 +05:30
parent e829baa34b
commit e44dfad97f

View File

@ -60,3 +60,19 @@ Rotates value of input UV around a reference point defined by input **_center_**
|---|---|---|---|
|uv|vec2|None|Output UV value|
___
#### Spherize node
Applies a spherical warping effect similar to a fisheye camera lens to the value of input UV.
**Inputs**
|Name|Type|Binding|Description|
|---|---|---|---|
|uv|vec2|UV|Input UV value|
|center|vec2|none|Center reference point|
|strength|float|none|Strength of the effect|
|offset|vec2|none|Individual channel offsets|
**Outputs**
|Name|Type|Binding|Description|
|---|---|---|---|
|uv|vec2|None|Output UV value|
___