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

Method GetLowDetailModel

trinity/Tr2SkinnedObjectLOD.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109Tr2SkinnedModel* Tr2SkinnedObjectLod::GetLowDetailModel()
110{
111 return m_lowDetailProxy ? dynamic_cast<Tr2SkinnedModel*>( m_lowDetailProxy->GetObject() ) : 0;
112}
113
114void Tr2SkinnedObjectLod::OnModelChanged( Tr2SkinnedModel* model )
115{

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.80

Tested by

no test coverage detected