aboutsummaryrefslogtreecommitdiff
path: root/libobj/examples/square.obj
diff options
context:
space:
mode:
Diffstat (limited to 'libobj/examples/square.obj')
-rw-r--r--libobj/examples/square.obj9
1 files changed, 0 insertions, 9 deletions
diff --git a/libobj/examples/square.obj b/libobj/examples/square.obj
deleted file mode 100644
index d44fd6d..0000000
--- a/libobj/examples/square.obj
+++ /dev/null
@@ -1,9 +0,0 @@
-# This example shows a square that measures two units on each side and
-# faces in the positive direction (toward the camera). Note that the
-# ordering of the vertices is counterclockwise. This ordering
-# determines that the square is facing forward.
-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