gtkradiant/libs/picomodel
Zack Middleton 7110342987 Fix over allocating vertexes for OBJ models with multiple surfaces
Loading Wavefront OBJ models in picomodel (used by radiant and q3map2)
did not reset the surface vertex index when starting a new surface. This
caused there to be unused vertexes, equal to the number of vertexes in
all previous surfaces, at the beginning of each surface. Exponential OBJ
vertex memory usage as number of surfaces increases. It did not affect
displaying or processing the surface faces.
2018-10-31 16:10:47 -05:00
..
lwo tools: reduce diff noise 2018-01-27 22:54:14 +01:00
picointernal.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
picointernal.h q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
picomodel.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
picomodel.vcxproj Disable the deprecated functions warning 2018-01-21 14:59:29 -06:00
picomodel.vcxproj.filters PicoModel Backport: Fixed compilation. 2016-12-19 23:45:54 +01:00
picomodules.c PicoModel - End of 1.5 backporting 2016-12-09 02:57:39 +01:00
pm_3ds.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
pm_ase.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
pm_fm.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
pm_fm.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
pm_lwo.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
pm_md2.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
pm_md3.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
pm_mdc.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
pm_ms3d.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00
pm_obj.c Fix over allocating vertexes for OBJ models with multiple surfaces 2018-10-31 16:10:47 -05:00
pm_terrain.c q3map2/picomodel: remove some warnings 2018-01-27 22:53:18 +01:00