Public Member Functions | |
CatJtk () | |
~CatJtk () | |
CAT_RESULT | init () |
CAT_RESULT | loadJTFile (std::string filepath) |
CAT_RESULT | setTrimeshCallback (CatJtkTrimeshCallback callback) |
Catch::CatJtk::CatJtk | ( | ) |
Public Constructor
Catch::CatJtk::~CatJtk | ( | ) |
Public Destructor
CAT_RESULT Catch::CatJtk::init | ( | ) |
One time initialization Initializes Underlying JtkEntityFactory
CAT_RESULT Catch::CatJtk::loadJTFile | ( | std::string | filepath | ) |
Loads a JT file by filepath It is recomended that setTrimeshCallback be used before loading a file in order to have access to model meshes in JT file
filepath | string type file path to JT file to be loaded |
CAT_RESULT Catch::CatJtk::setTrimeshCallback | ( | CatJtkTrimeshCallback | callback | ) |
Set the callback to be used for loading each individual model mesh