TM2IN  0.5.1
Namespaces | Functions
max3ds.h File Reference
#include "features/Room.h"
Include dependency graph for max3ds.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TM2IN
 
 TM2IN::io
 

Functions

std::vector< Room * > TM2IN::io::import3DS (const char *filePath)
 Imports 3DS file and returns a vector of Room. More...
 
int TM2IN::io::export3DS (const char *filePath, std::vector< Room * > rooms)
 Export a vector of Room to 3DS format. More...