vkdoom_m/src/r_data/models
Christoph Oelckers 53ee7cfc7b - fixed some warnings in OBJ model code.
(This clearly shows that using 'long' as parameters in any interface must be stopped. It is fundamentally unsafe to have a type whose size is not reliable - it's either an int-sized nor a pointer sized value, depending on the platform, and essentially worthless.)
2018-09-15 12:27:14 +02:00
..
models.cpp Update usage of LastIndexOf 2018-09-01 07:28:26 +02:00
models.h Pass ticFrac to the model renderer as a parameter 2018-06-19 09:18:27 +02:00
models_md2.cpp - avoid reusing the same mVBuf pointer for the different renderers as that causes too many problems when switching between them 2018-05-21 17:52:03 +02:00
models_md3.cpp - avoid reusing the same mVBuf pointer for the different renderers as that causes too many problems when switching between them 2018-05-21 17:52:03 +02:00
models_obj.cpp - fixed some warnings in OBJ model code. 2018-09-15 12:27:14 +02:00
models_obj.h Fix OBJ rendering in software renderers, and other things 2018-09-01 07:28:26 +02:00
models_ue1.cpp - fixed compilation warning reported by MSVC 2018-08-03 16:29:13 +03:00
models_ue1.h UE1: Clean up and restructure model class. 2018-07-04 21:31:48 +02:00
models_voxel.cpp - avoid reusing the same mVBuf pointer for the different renderers as that causes too many problems when switching between them 2018-05-21 17:52:03 +02:00
tab_anorms.h - Move models into r_data 2017-11-25 13:19:00 +01:00