4 #ifndef __u3d_model_import_hpp
5 #define __u3d_model_import_hpp
11 #include "u3d_model.hpp"
12 #include "u3d_model_defines.hpp"
17 bool U3dModelImport(
const char* file,
U3dModel *&model,
char *&mname,
U3dProgress* prg=0x0);
19 bool U3dModDataImport(
const char* file,
22 U3dBoundInfoAr &bounds,
23 U3dBodyInfoAr &bodies,
24 char *&mname, std::string& model_description);
27 U3dBoundInfoAr bounds, U3dBodyInfoAr bodies);
Definition: u3d_model_defines.hpp:20
Definition: u3d_box.hpp:24
Definition: u3d_model.hpp:15
Definition: u3d_progress.hpp:10