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

Method GetGeometryResource

trinity/Tr2Mesh.cpp:221–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221TriGeometryRes* Tr2Mesh::GetGeometryResource() const
222{
223 if( m_geometryResource && m_geometryResource->IsGood() )
224 {
225 return m_geometryResource;
226 }
227 return m_lowResGeometryResource ? m_lowResGeometryResource : m_geometryResource;
228}
229
230bool Tr2Mesh::IsLoading() const
231{

Callers 15

GetBatchesForAreaMethod · 0.80
GetBatchesFromMeshMethod · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
UpdateSyncronousMethod · 0.80
GetShadowBatchesMethod · 0.80
UpdateRtMeshMethod · 0.80
UpdateRtSkeletonMethod · 0.80

Calls 1

IsGoodMethod · 0.45

Tested by

no test coverage detected