From bb1e4cb38d010429ca3e8935ccf05a9df48c166e Mon Sep 17 00:00:00 2001 From: hasufell Date: Tue, 13 May 2014 20:23:02 +0200 Subject: [PATCH] Add example .obj file This represents a cubus with one face missing, so the cubus is open. --- obj/quad_upper_face_missing.obj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 obj/quad_upper_face_missing.obj diff --git a/obj/quad_upper_face_missing.obj b/obj/quad_upper_face_missing.obj new file mode 100644 index 0000000..517cdc9 --- /dev/null +++ b/obj/quad_upper_face_missing.obj @@ -0,0 +1,14 @@ +# This file uses centimeters as units for non-parametric coordinates. +v -0.500000 -0.500000 0.500000 +v 0.500000 -0.500000 0.500000 +v -0.500000 0.500000 0.500000 +v 0.500000 0.500000 0.500000 +v -0.500000 0.500000 -0.500000 +v 0.500000 0.500000 -0.500000 +v -0.500000 -0.500000 -0.500000 +v 0.500000 -0.500000 -0.500000 +f 1 2 4 3 +f 5 6 8 7 +f 7 8 2 1 +f 2 8 6 4 +f 7 1 3 5