From 85b040bdfefab71472fafe1a163d7a2695f0e823 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Mon, 8 Jun 2020 20:10:17 -0700 Subject: [PATCH] comments on direction snapping --- Assets/Scripts/Tools/ToolNewVector.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/Scripts/Tools/ToolNewVector.cs b/Assets/Scripts/Tools/ToolNewVector.cs index 2ee3ef0..41a4419 100644 --- a/Assets/Scripts/Tools/ToolNewVector.cs +++ b/Assets/Scripts/Tools/ToolNewVector.cs @@ -32,6 +32,9 @@ public class ToolNewVector { if (length > 0) { + // how to switch between edge snap and direction snap + // can you have them both happening at the same time? + // is it a priority based system? cursorPos = StaticMethods.EdgeSnap( pixelgon.vectors[i - 1], pixelgon.vectors[i],