TM2IN
0.5.1
|
Functions | |
std::vector< Room * > | importDAE (const char *filePath) |
Imports COLLADA(dae) file and returns a vector of Room. More... | |
int | exportRoomBoundaryJSON (string output_file, vector< Room * > &rooms, int boundary_mode=0) |
Export a vector of Room to Json format. More... | |
std::vector< Room * > | import3DS (const char *filePath) |
Imports 3DS file and returns a vector of Room. More... | |
int | export3DS (const char *filePath, vector< Room * > rooms) |
int | export3DS (const char *filePath, std::vector< Room * > rooms) |
Export a vector of Room to 3DS format. More... | |
vector< Room * > | importTVR (const char *filePath) |
Imports TVR file and returns a vector of Room. More... | |
int TM2IN::io::export3DS | ( | const char * | filePath, |
vector< Room * > | rooms | ||
) |