From 6cfeaaec5e9153268998dada5532807678add11a Mon Sep 17 00:00:00 2001 From: Digvijaysinh Gohil Date: Tue, 26 Mar 2024 10:52:51 +0530 Subject: [PATCH] Update GyroidNoise.md --- documentation/Nodes/Procedural/Noise/GyroidNoise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Nodes/Procedural/Noise/GyroidNoise.md b/documentation/Nodes/Procedural/Noise/GyroidNoise.md index e951a5d..0015456 100644 --- a/documentation/Nodes/Procedural/Noise/GyroidNoise.md +++ b/documentation/Nodes/Procedural/Noise/GyroidNoise.md @@ -8,8 +8,8 @@ Generates a gyroid noise based on input UV. The resulting output v |uv|vec2|UV|Input UV value| |scale|float|none|Noise scale| |ratio|vec2|none|Noise ratio for X and Y Axes| -|height|vec2|none|Noise height| -|thickness|vec2|none|Noise thickness, clamped between 0 and 1| +|height|float|none|Noise height| +|thickness|float|none|Noise thickness, clamped between 0 and 1| **Outputs** |Name|Type|Binding|Description|