working on loading mesh data
This commit is contained in:
6
include/mesh.h
Normal file
6
include/mesh.h
Normal file
@ -0,0 +1,6 @@
|
||||
#include "math3d.h"
|
||||
struct mesh {
|
||||
VECTOR *verticies;
|
||||
};
|
||||
|
||||
int load_file(const char *fname, char *b, int b_len);
|
Reference in New Issue
Block a user