From 4f4c21ab7894550b22ee7e42078883452530e8a8 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Wed, 2 Sep 2020 16:19:37 +0200 Subject: tracker/easy: Adding support for Clip models where three vertices are arranged from top to bottom. Close #1145 --- tracker-easy/tracker-easy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tracker-easy/tracker-easy.h') diff --git a/tracker-easy/tracker-easy.h b/tracker-easy/tracker-easy.h index 0b51f9c72..4510fc7d7 100644 --- a/tracker-easy/tracker-easy.h +++ b/tracker-easy/tracker-easy.h @@ -77,6 +77,7 @@ namespace EasyTracker void MatchVertices(int& aTopIndex, int& aRightIndex, int& aLeftIndex, int& aCenterIndex, int& aTopRight, int& aTopLeft); void MatchThreeOrFourVertices(int& aTopIndex, int& aRightIndex, int& aLeftIndex, int& aCenterIndex); void MatchFiveVertices(int& aTopIndex, int& aRightIndex, int& aLeftIndex, int& aTopRight, int& aTopLeft); + void MatchClipVertices(int& aTopIndex, int& aMiddleIndex, int& aBottomIndex); // -- cgit v1.2.3