mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-01-07 01:43:35 +08:00
Update README.md
Documentation for TwirlUV node
This commit is contained in:
parent
41f30c2889
commit
cddef53ccf
16
README.md
16
README.md
@ -91,3 +91,19 @@ Tiles and offsets the value of input UV by the inputs **_tiling_** and **_offset
|
||||
|---|---|---|---|
|
||||
|uv|vec2|None|Output UV value|
|
||||
___
|
||||
#### Twirl node
|
||||
Applies a twirl warping effect similar to a black hole 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|
|
||||
___
|
||||
|
Loading…
x
Reference in New Issue
Block a user