polygon_path icon indicating copy to clipboard operation
polygon_path copied to clipboard

A custom 3d curve node for Godot engine, used as a basis for other addons

Results 7 polygon_path issues
Sort by recently updated
recently updated
newest added

The curve points handle are properly displayed on top of the geometry but the square handles are not

bug

If the user clicked near an edge, if should create the new point there and connect it to the two other points of that edge, instead of connecting it to...

enhancement

Add more comments where it's needed and refactor the set_handles function in polygon_path_editor.gd and polygon_path_gizmo because it's a complete mess

enhancement