From 400410fcd436d5e4310bfa779f0309c5fae5b2c2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 16 Jan 2021 18:09:15 +0000 Subject: Initial commit Stripped back and formatted from https://github.com/BennyQBD/ModernOpenGLTutorial/ --- res/testBoxNoUV.obj | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 res/testBoxNoUV.obj (limited to 'res/testBoxNoUV.obj') diff --git a/res/testBoxNoUV.obj b/res/testBoxNoUV.obj new file mode 100644 index 0000000..9ac01c2 --- /dev/null +++ b/res/testBoxNoUV.obj @@ -0,0 +1,20 @@ +# Blender v2.66 (sub 1) OBJ File: '' +# www.blender.org +mtllib testBoxNoUV.mtl +o Cube +v 1.000000 -1.000000 -1.000000 +v 1.000000 -1.000000 1.000000 +v -1.000000 -1.000000 1.000000 +v -1.000000 -1.000000 -1.000000 +v 1.000000 1.000000 -0.999999 +v 0.999999 1.000000 1.000001 +v -1.000000 1.000000 1.000000 +v -1.000000 1.000000 -1.000000 +usemtl Material +s off +f 1 2 3 4 +f 5 8 7 6 +f 1 5 6 2 +f 2 6 7 3 +f 3 7 8 4 +f 5 1 4 8 -- cgit v1.2.3