From e77a34629060abfad8e463efda0c3ffc54379793 Mon Sep 17 00:00:00 2001 From: rodri Date: Fri, 17 Apr 2020 11:37:10 +0000 Subject: roll everything back. --- libobj/examples/square.obj | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 libobj/examples/square.obj (limited to 'libobj/examples/square.obj') 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 -- cgit v1.2.3