aboutsummaryrefslogtreecommitdiff
path: root/examples/square.obj
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-04-12 23:53:26 +0000
committerrodri <rgl@antares-labs.eu>2020-04-12 23:53:26 +0000
commitd7bb559d490e6a5ece5dd9256a6f7c11f550b13d (patch)
tree598c64628722b85fe83da9d2c070d1aa0391e3d0 /examples/square.obj
downloadlibobj-d7bb559d490e6a5ece5dd9256a6f7c11f550b13d.tar.gz
libobj-d7bb559d490e6a5ece5dd9256a6f7c11f550b13d.tar.bz2
libobj-d7bb559d490e6a5ece5dd9256a6f7c11f550b13d.zip
standalone version release.
Diffstat (limited to 'examples/square.obj')
-rw-r--r--examples/square.obj9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/square.obj b/examples/square.obj
new file mode 100644
index 0000000..d44fd6d
--- /dev/null
+++ b/examples/square.obj
@@ -0,0 +1,9 @@
+# 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