Add example .obj file

This represents a cubus with one face missing, so the cubus
is open.
This commit is contained in:
hasufell 2014-05-13 20:23:02 +02:00
parent 07a2827c2f
commit bb1e4cb38d
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# This file uses centimeters as units for non-parametric coordinates.
v -0.500000 -0.500000 0.500000
v 0.500000 -0.500000 0.500000
v -0.500000 0.500000 0.500000
v 0.500000 0.500000 0.500000
v -0.500000 0.500000 -0.500000
v 0.500000 0.500000 -0.500000
v -0.500000 -0.500000 -0.500000
v 0.500000 -0.500000 -0.500000
f 1 2 4 3
f 5 6 8 7
f 7 8 2 1
f 2 8 6 4
f 7 1 3 5