From 9d6af63b46b4ebf0e9ade4413e1047e6e1afb0b7 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 3 Dec 2014 21:30:21 +0100 Subject: [PATCH] Move test objs into test_objs subdir --- Algorithms/UB4_alles_zusammen.obj | 14 -------------- UB1_einfach.obj => test_objs/UB1_einfach.obj | 0 .../UB1_sonderfaelle.obj | 0 {Algorithms => test_objs}/UB2_einfachCCW.obj | 0 {Algorithms => test_objs}/UB2_einfachCW.obj | 0 {Algorithms => test_objs}/UB3_T3.obj | 0 {Algorithms => test_objs}/UB4_Punkte.obj | 5 +---- {Algorithms => test_objs}/UB4_Suchbereich.obj | 0 test_objs/UB4_alles_zusammen.obj | 14 ++++++++++++++ collinar.obj => test_objs/collinar.obj | 0 test_objs/test.obj | 6 ++++++ 11 files changed, 21 insertions(+), 18 deletions(-) delete mode 100644 Algorithms/UB4_alles_zusammen.obj rename UB1_einfach.obj => test_objs/UB1_einfach.obj (100%) rename UB1_sonderfaelle.obj => test_objs/UB1_sonderfaelle.obj (100%) rename {Algorithms => test_objs}/UB2_einfachCCW.obj (100%) rename {Algorithms => test_objs}/UB2_einfachCW.obj (100%) rename {Algorithms => test_objs}/UB3_T3.obj (100%) rename {Algorithms => test_objs}/UB4_Punkte.obj (59%) rename {Algorithms => test_objs}/UB4_Suchbereich.obj (100%) create mode 100644 test_objs/UB4_alles_zusammen.obj rename collinar.obj => test_objs/collinar.obj (100%) create mode 100644 test_objs/test.obj diff --git a/Algorithms/UB4_alles_zusammen.obj b/Algorithms/UB4_alles_zusammen.obj deleted file mode 100644 index a3141ab..0000000 --- a/Algorithms/UB4_alles_zusammen.obj +++ /dev/null @@ -1,14 +0,0 @@ - -v 50.0 100.0 -v 250.0 100.0 -v 250.0 475.0 -v 50.0 475.0 -f 1 2 3 4 -v 200.0 450.0 -v 400.0 350.0 -v 100.0 300.0 -v 225.0 225.0 -v 400.0 150.0 -v 300.0 100.0 -v 100.0 25.0 - diff --git a/UB1_einfach.obj b/test_objs/UB1_einfach.obj similarity index 100% rename from UB1_einfach.obj rename to test_objs/UB1_einfach.obj diff --git a/UB1_sonderfaelle.obj b/test_objs/UB1_sonderfaelle.obj similarity index 100% rename from UB1_sonderfaelle.obj rename to test_objs/UB1_sonderfaelle.obj diff --git a/Algorithms/UB2_einfachCCW.obj b/test_objs/UB2_einfachCCW.obj similarity index 100% rename from Algorithms/UB2_einfachCCW.obj rename to test_objs/UB2_einfachCCW.obj diff --git a/Algorithms/UB2_einfachCW.obj b/test_objs/UB2_einfachCW.obj similarity index 100% rename from Algorithms/UB2_einfachCW.obj rename to test_objs/UB2_einfachCW.obj diff --git a/Algorithms/UB3_T3.obj b/test_objs/UB3_T3.obj similarity index 100% rename from Algorithms/UB3_T3.obj rename to test_objs/UB3_T3.obj diff --git a/Algorithms/UB4_Punkte.obj b/test_objs/UB4_Punkte.obj similarity index 59% rename from Algorithms/UB4_Punkte.obj rename to test_objs/UB4_Punkte.obj index 0ff9d91..adb6bd1 100644 --- a/Algorithms/UB4_Punkte.obj +++ b/test_objs/UB4_Punkte.obj @@ -4,8 +4,5 @@ v 100.0 300.0 v 225.0 225.0 v 400.0 150.0 v 300.0 100.0 -v 300.0 300.0 -v 300.0 350.0 v 100.0 25.0 -v 25.0 350.0 -v 50.0 450.0 + diff --git a/Algorithms/UB4_Suchbereich.obj b/test_objs/UB4_Suchbereich.obj similarity index 100% rename from Algorithms/UB4_Suchbereich.obj rename to test_objs/UB4_Suchbereich.obj diff --git a/test_objs/UB4_alles_zusammen.obj b/test_objs/UB4_alles_zusammen.obj new file mode 100644 index 0000000..7515a2f --- /dev/null +++ b/test_objs/UB4_alles_zusammen.obj @@ -0,0 +1,14 @@ + +/* v 50.0 100.0 */ +/* v 250.0 100.0 */ +/* v 250.0 475.0 */ +/* v 50.0 475.0 */ +/* f 1 2 3 4 */ +v 200.0 450.0 +v 400.0 350.0 +v 100.0 300.0 +v 225.0 225.0 +v 400.0 150.0 +v 300.0 100.0 +v 100.0 25.0 + diff --git a/collinar.obj b/test_objs/collinar.obj similarity index 100% rename from collinar.obj rename to test_objs/collinar.obj diff --git a/test_objs/test.obj b/test_objs/test.obj new file mode 100644 index 0000000..4fd149a --- /dev/null +++ b/test_objs/test.obj @@ -0,0 +1,6 @@ +v 2 3 +v 5 4 +v 9 6 +v 4 7 +v 8 1 +v 7 2