]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Refactor the model loading code to use an array of structs for each format
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Jul 2020 16:58:42 +0000 (16:58 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Jul 2020 16:58:42 +0000 (16:58 +0000)
commit2be46db656e453c09ca0b7318f7185d59b2275ee
treeb98a5fbba55728268e1a169e7fd503c6354dcd57
parent5c5ab2a47a1cf85c4726874fbd5332a90c10ae39
Refactor the model loading code to use an array of structs for each format

Allows to cleanly and explicitly define a model and what the loader
should look for.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12793 d7cf8633-e32d-0410-b094-e92efae38249
bspfile.h
model_brush.c
model_shared.c
model_shared.h