Use fread() to read binary STL files
This commit is contained in:
@@ -181,5 +181,4 @@ static void stl_read(stl_file *stl, int first_facet, int first);
|
||||
static void stl_facet_stats(stl_file *stl, stl_facet facet, int first);
|
||||
extern void stl_reallocate(stl_file *stl);
|
||||
static int stl_get_little_int(FILE *fp);
|
||||
static float stl_get_little_float(FILE *fp);
|
||||
extern void stl_get_size(stl_file *stl);
|
||||
|
||||
Reference in New Issue
Block a user