MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetMediumDetailModel

Method GetMediumDetailModel

trinity/Tr2SkinnedObjectLOD.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104Tr2SkinnedModel* Tr2SkinnedObjectLod::GetMediumDetailModel()
105{
106 return m_mediumDetailProxy ? dynamic_cast<Tr2SkinnedModel*>( m_mediumDetailProxy->GetObject() ) : 0;
107}
108
109Tr2SkinnedModel* Tr2SkinnedObjectLod::GetLowDetailModel()
110{

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.80

Tested by

no test coverage detected