aboutsummaryrefslogtreecommitdiff
path: root/libobj/examples/square.obj
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-04-17 11:37:10 +0000
committerrodri <rgl@antares-labs.eu>2020-04-17 11:37:10 +0000
commite77a34629060abfad8e463efda0c3ffc54379793 (patch)
tree9151e47fab853248f95594e6ef48999a1ff6255f /libobj/examples/square.obj
parent263444216730830b712a4f8f3a087513c5ac93e9 (diff)
download3dee-e77a34629060abfad8e463efda0c3ffc54379793.tar.gz
3dee-e77a34629060abfad8e463efda0c3ffc54379793.tar.bz2
3dee-e77a34629060abfad8e463efda0c3ffc54379793.zip
roll everything back.
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