1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-20 12:25:59 +08:00
Files
Godot-Shader-Lib/documentation/Nodes/Procedural/Shapes/Polygon.md
Digvijaysinh Gohil e73385e903 Documentation overhaul
2024-02-26 22:13:45 +05:30

943 B

Polygon node

Generates a regular polygon shape based on input UV at the size specified by inputs width and height. The polygon's amount of sides is determined by input sides. The generated shape can be offset or tiled by connecting a TilingAndOffset node. Note that in order to preserve the ability to offset the shape within the UV space the shape will not automatically repeat if tiled. To achieve a repeating polygon effect first connect your TilingAndOffset output through a Fract node.


Inputs

Name Type Binding Description
uv vec2 UV Input UV value
sides int none Number of sides of the polygon
width float none Polygon width
height float none Polygon height

Outputs

Name Type Binding Description
output float None Output polygon value