add initial tank model... have to start somewhere

This commit is contained in:
Josh Holtrop 2012-09-06 23:10:33 -04:00
parent cf227cc5ab
commit aead49d6de
3 changed files with 44 additions and 0 deletions

12
assets/fs/models/tank.mtl Normal file
View File

@ -0,0 +1,12 @@
# Blender MTL File: 'tank.blend'
# Material Count: 1
newmtl Material
Ns 96.078431
Ka 0.000000 0.000000 0.000000
Kd 0.640000 0.640000 0.640000
Ks 0.500000 0.500000 0.500000
Ni 1.000000
d 1.000000
illum 2

32
assets/fs/models/tank.obj Normal file
View File

@ -0,0 +1,32 @@
# Blender v2.62 (sub 0) OBJ File: 'tank.blend'
# www.blender.org
mtllib tank.mtl
o Cube
v 1.624755 -0.598397 -1.000000
v 1.624755 -0.598397 1.000000
v -1.624756 -0.598397 1.000000
v -1.624755 -0.598397 -1.000000
v 1.624756 0.598397 -0.999999
v 1.624754 0.598397 1.000001
v -1.624756 0.598397 1.000000
v -1.624755 0.598397 -1.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 1//1 2//1 3//1
f 1//1 3//1 4//1
f 5//2 8//2 7//2
f 5//2 7//2 6//2
f 1//3 5//3 6//3
f 1//3 6//3 2//3
f 2//4 6//4 7//4
f 2//4 7//4 3//4
f 3//5 7//5 8//5
f 3//5 8//5 4//5
f 5//6 1//6 4//6
f 5//6 4//6 8//6

BIN
assets/src/tank.blend Normal file

Binary file not shown.