Created
January 2, 2014 09:57
-
-
Save maluramichael/8217118 to your computer and use it in GitHub Desktop.
Simple cube model (wavefront)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Blender v2.69 (sub 0) OBJ File: '' | |
# www.blender.org | |
mtllib untitled.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 4 | |
f 5 8 6 | |
f 1 5 2 | |
f 2 6 3 | |
f 3 7 4 | |
f 5 1 8 | |
f 2 3 4 | |
f 8 7 6 | |
f 5 6 2 | |
f 6 7 3 | |
f 7 8 4 | |
f 1 4 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment