MCPcopy Create free account
hub / github.com/assimp/assimp / getModel

Method getModel

code/AssetLib/Q3BSP/Q3BSPFileParser.cpp:83–85  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

81
82// ------------------------------------------------------------------------------------------------
83Q3BSP::Q3BSPModel *Q3BSPFileParser::getModel() const {
84 return m_pModel;
85}
86
87// ------------------------------------------------------------------------------------------------
88bool Q3BSPFileParser::readData( const std::string &rMapName ) {

Callers 1

InternReadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected