Add missing model resources
This commit is contained in:
parent
5cfb0f3b5b
commit
21821e561a
8 changed files with 40353 additions and 0 deletions
1725
Examples/resources/models/obj/bridge.obj
Normal file
1725
Examples/resources/models/obj/bridge.obj
Normal file
File diff suppressed because it is too large
Load diff
12919
Examples/resources/models/obj/castle.obj
Normal file
12919
Examples/resources/models/obj/castle.obj
Normal file
File diff suppressed because it is too large
Load diff
68
Examples/resources/models/obj/cube.obj
Normal file
68
Examples/resources/models/obj/cube.obj
Normal file
|
|
@ -0,0 +1,68 @@
|
||||||
|
# reference material
|
||||||
|
#mtllib cube.mtl
|
||||||
|
|
||||||
|
# object box
|
||||||
|
|
||||||
|
# vertex (XZY)
|
||||||
|
v 5.5 0 1.5
|
||||||
|
v 8.5 0 1.5
|
||||||
|
v 5.5 0 -1.5
|
||||||
|
v 8.5 0 -1.5
|
||||||
|
v 5.5 3 1.5
|
||||||
|
v 8.5 3 1.5
|
||||||
|
v 5.5 3 -1.5
|
||||||
|
v 8.5 3 -1.5
|
||||||
|
|
||||||
|
# normals (XYZ)
|
||||||
|
vn 0 -1 0
|
||||||
|
vn 0 1 0
|
||||||
|
vn 0 0 1
|
||||||
|
vn 1 0 0
|
||||||
|
vn 0 0 -1
|
||||||
|
vn -1 0 0
|
||||||
|
|
||||||
|
# UVs (XY)
|
||||||
|
vt 0.5 0 0
|
||||||
|
vt 1 0 0
|
||||||
|
vt 1 0.5 0
|
||||||
|
vt 0.5 0.5 0
|
||||||
|
vt 0.5 0.5 0
|
||||||
|
vt 1 0.5 0
|
||||||
|
vt 0.5 1 0
|
||||||
|
vt 1 1 0
|
||||||
|
vt 0 0.5 0
|
||||||
|
vt 1 0.5 0
|
||||||
|
vt 1 0 0
|
||||||
|
vt 0 0 0
|
||||||
|
vt 0 0.5 0
|
||||||
|
vt 1 0.5 0
|
||||||
|
vt 1 1 0
|
||||||
|
vt 0 1 0
|
||||||
|
vt 0.5 0 0
|
||||||
|
vt 0 0 0
|
||||||
|
vt 0 0.5 0
|
||||||
|
vt 0.5 0.5 0
|
||||||
|
vt 0 0.5 0
|
||||||
|
vt 0.5 0.5 0
|
||||||
|
vt 0.5 1 0
|
||||||
|
vt 0 1 0
|
||||||
|
|
||||||
|
# merger
|
||||||
|
g box
|
||||||
|
|
||||||
|
# reference material
|
||||||
|
#usemtl mat01
|
||||||
|
|
||||||
|
# faces
|
||||||
|
f 1/9/1 3/10/1 4/11/1
|
||||||
|
f 4/11/1 2/12/1 1/9/1
|
||||||
|
f 5/13/2 6/14/2 8/15/2
|
||||||
|
f 8/15/2 7/16/2 5/13/2
|
||||||
|
f 1/17/6 2/18/6 6/19/6
|
||||||
|
f 6/19/6 5/20/6 1/17/6
|
||||||
|
f 2/6/1 4/5/1 8/7/1
|
||||||
|
f 8/7/1 6/8/1 2/6/1
|
||||||
|
f 4/2/3 3/1/3 7/4/3
|
||||||
|
f 7/4/3 8/3/3 4/2/3
|
||||||
|
f 3/22/5 1/21/5 5/24/5
|
||||||
|
f 5/24/5 7/23/5 3/22/5
|
||||||
4564
Examples/resources/models/obj/house.obj
Normal file
4564
Examples/resources/models/obj/house.obj
Normal file
File diff suppressed because it is too large
Load diff
7301
Examples/resources/models/obj/market.obj
Normal file
7301
Examples/resources/models/obj/market.obj
Normal file
File diff suppressed because it is too large
Load diff
10858
Examples/resources/models/obj/plane.obj
Normal file
10858
Examples/resources/models/obj/plane.obj
Normal file
File diff suppressed because it is too large
Load diff
1888
Examples/resources/models/obj/turret.obj
Normal file
1888
Examples/resources/models/obj/turret.obj
Normal file
File diff suppressed because it is too large
Load diff
1030
Examples/resources/models/obj/well.obj
Normal file
1030
Examples/resources/models/obj/well.obj
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue