Created
January 10, 2017 12:09
-
-
Save MaikKlein/0b6d6bb58772c13593d0a0add6004c1c to your computer and use it in GitHub Desktop.
This file contains hidden or 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.76 (sub 0) OBJ File: '' | |
# www.blender.org | |
mtllib cube.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 | |
vt 1.000000 0.333333 | |
vt 1.000000 0.666667 | |
vt 0.666667 0.666667 | |
vt 0.666667 0.333333 | |
vt 0.666667 0.000000 | |
vt 0.000000 0.333333 | |
vt 0.000000 0.000000 | |
vt 0.333333 0.000000 | |
vt 0.333333 1.000000 | |
vt 0.000000 1.000000 | |
vt 0.000000 0.666667 | |
vt 0.333333 0.333333 | |
vt 0.333333 0.666667 | |
vt 1.000000 0.000000 | |
vn 0.000000 -1.000000 0.000000 | |
vn 0.000000 1.000000 0.000000 | |
vn 1.000000 0.000000 0.000000 | |
vn -0.000000 0.000000 1.000000 | |
vn -1.000000 -0.000000 -0.000000 | |
vn 0.000000 0.000000 -1.000000 | |
usemtl Material | |
s off | |
f 2/1/1 3/2/1 4/3/1 | |
f 8/1/2 7/4/2 6/5/2 | |
f 5/6/3 6/7/3 2/8/3 | |
f 6/8/4 7/5/4 3/4/4 | |
f 3/9/5 7/10/5 8/11/5 | |
f 1/12/6 4/13/6 8/11/6 | |
f 1/4/1 2/1/1 4/3/1 | |
f 5/14/2 8/1/2 6/5/2 | |
f 1/12/3 5/6/3 2/8/3 | |
f 2/12/4 6/8/4 3/4/4 | |
f 4/13/5 3/9/5 8/11/5 | |
f 5/6/6 1/12/6 8/11/6 |
Thank you so much @silvertakana. I would've spent ages figuring out what was going on if it wasn't for you ❤
thanks that helps a lot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for some reason, Assimp doesn't load the last triangle if it doesn't have an enter character at the end of the file. You should add an enter character there. Took me a while to find out.