Fixed some volume related issues, separated options into its own menu with tabs, added a visualised collision actor (dual pass graphics required), added a player model, started shooting mechanics
This commit is contained in:
parent
f3aee6cb84
commit
59c5486299
24 changed files with 1538 additions and 1356 deletions
|
|
@ -2,14 +2,14 @@
|
|||
mtllib Cube.mtl
|
||||
|
||||
o mesh
|
||||
v 0.5 0.75 0.5
|
||||
v 0.5 0.75 -0.5
|
||||
v 0.5 -0.25 0.5
|
||||
v 0.5 -0.25 -0.5
|
||||
v -0.5 0.75 0.5
|
||||
v -0.5 0.75 -0.5
|
||||
v -0.5 -0.25 0.5
|
||||
v -0.5 -0.25 -0.5
|
||||
v 0.5 1 0.5
|
||||
v 0.5 1 -0.5
|
||||
v 0.5 0 0.5
|
||||
v 0.5 0 -0.5
|
||||
v -0.5 1 0.5
|
||||
v -0.5 1 -0.5
|
||||
v -0.5 0 0.5
|
||||
v -0.5 0 -0.5
|
||||
vt 0.25 1
|
||||
vt 0 1
|
||||
vt 0 0.75
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue