]> git.lizzy.rs Git - shadowclad.git/commit
Add the concept of a player character and load its 3D model
authoroutfrost <kotlet.bahn@gmail.com>
Thu, 31 Jan 2019 02:54:34 +0000 (03:54 +0100)
committeroutfrost <kotlet.bahn@gmail.com>
Thu, 31 Jan 2019 02:57:12 +0000 (03:57 +0100)
commit5ad3cdb713a2ea4dec1ea010805d6144e9055271
tree975639e5dc2bd691ff2e0b30aa103f621a4b6cb3
parentbd84c8f6c7c05ea495b360d8e3ea3d4416e019ff
Add the concept of a player character and load its 3D model

Also, a bit of code cleanup
12 files changed:
Makefile
asset.c [new file with mode: 0644]
asset.h [new file with mode: 0644]
assimp_types.h
level.c
level.h
logger.c
main.c
performance.c
player.c [new file with mode: 0644]
player.h [new file with mode: 0644]
render.c