assimp/code/AssetLib/STL
tanolino c23146bb20
Use size_t for the file size in cpp file
This pointer juggling in combination with STL files >4GB caused some nasty illegal memory access bugs here. So let's fix it.
2022-07-08 10:26:03 +02:00
..
STLExporter.cpp Update copyrights 2022-01-10 21:13:43 +01:00
STLExporter.h Update copyrights 2022-01-10 21:13:43 +01:00
STLLoader.cpp Use size_t for the file size in cpp file 2022-07-08 10:26:03 +02:00
STLLoader.h Use size_t for file size instead of unsigned int 2022-07-08 10:19:50 +02:00