Closed jsiems closed 5 years ago
If more than one model are using the same texture, it is very inefficient to load the same textures more than once. There needs to be a texture manager that caches textures that are loaded and hands them out to models that need them.
Added. f3798e6e391094e560b8be2140ecb88b8d7f919c
If more than one model are using the same texture, it is very inefficient to load the same textures more than once. There needs to be a texture manager that caches textures that are loaded and hands them out to models that need them.