quakeforge/libs/models
Bill Currie 0eb556b8f9 [vulkan] Load sprite model data
The vertices and frame images are loaded into the one memory object,
with the vertices first followed by the images.

The vertices are 2D xy+uv sets meant to be applied to the model
transform frame, and are pre-computed for the sprite size (this part
does support sprites with varying frame image sizes).

The frame images are loaded into one image with each frame on its own
layer. This will cause some problems if any sprites with varying frame
image sizes are found, but the three sprites in quake are all uniform
size.
2021-12-24 06:45:13 +09:00
..
alias [vulkan] Switch alias pipeline to multi-texture 2021-12-24 06:45:13 +09:00
brush [vulkan] Rework bsp texture loader 2021-12-24 06:45:13 +09:00
iqm [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
sprite [vulkan] Load sprite model data 2021-12-24 06:45:13 +09:00
test [test] Get the tests building again 2021-02-05 21:43:12 +09:00
clip_hull.c [model] Clean up the globals around model loading 2021-02-01 14:39:00 +09:00
fullbright.c [model] Swap fullbright/top/bottom color func params 2021-12-24 06:45:13 +09:00
gl_model_fullbright.c [model] Swap fullbright/top/bottom color func params 2021-12-24 06:45:13 +09:00
gl_skin.c [model] Swap fullbright/top/bottom color func params 2021-12-24 06:45:13 +09:00
glsl_skin.c Do a const-correctness run on palettes. 2013-01-27 19:57:40 +09:00
Makemodule.am [model] Move Mod_CalcFullbright to its own file 2021-01-19 14:54:39 +09:00
model.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
null_model.c [model] Remove empty brush model functions 2021-01-19 08:26:53 +09:00
portal.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
skin.c [model] Swap fullbright/top/bottom color func params 2021-12-24 06:45:13 +09:00
sw_skin.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
trace.c Handle alloca "correctly". 2013-01-22 21:02:50 +09:00
vulkan_skin.c [model] Build vulkan model libs 2021-01-19 14:12:49 +09:00
winding.c Fix a bunch of issues found by gcc-11 2021-06-13 14:30:59 +09:00