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 Radial Shear uv node
This commit is contained in:
Digvijaysinh Gohil 2023-10-12 01:13:45 +05:30 committed by GitHub
parent baed077950
commit 53f176db68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,3 +28,19 @@ This node can be used to create a texture animation functionality, commonly used
|---|---|---|---|
|uv|vec2|None|Output UV value|
___
#### Radial Shear uv node
Applies a radial shear warping effect similar to a wave 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|
___