aboutsummaryrefslogtreecommitdiff
path: root/libobj/examples/cube.obj
diff options
context:
space:
mode:
Diffstat (limited to 'libobj/examples/cube.obj')
-rw-r--r--libobj/examples/cube.obj16
1 files changed, 0 insertions, 16 deletions
diff --git a/libobj/examples/cube.obj b/libobj/examples/cube.obj
deleted file mode 100644
index c569712..0000000
--- a/libobj/examples/cube.obj
+++ /dev/null
@@ -1,16 +0,0 @@
-# This is a cube that measures two units on each side. Each vertex is
-# shared by three different faces.
-v 0.000000 2.000000 2.000000
-v 0.000000 0.000000 2.000000
-v 2.000000 0.000000 2.000000
-v 2.000000 2.000000 2.000000
-v 0.000000 2.000000 0.000000
-v 0.000000 0.000000 0.000000
-v 2.000000 0.000000 0.000000
-v 2.000000 2.000000 0.000000
-f 1 2 3 4
-f 8 7 6 5
-f 4 3 7 8
-f 5 1 4 8
-f 5 6 2 1
-f 2 6 7 3