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

Function if

trinity/Resources/TriGeometryRes.cpp:572–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 }
571#if WITH_GRANNY
572 else if( m_pGrannyFile )
573 {
574 // The granny file already exists so we only have to recreate
575 // the meshes.
576 SetupMeshes( GrannyGetFileInfo( m_pGrannyFile ) );
577 return LR_SUCCESS;
578 }
579#endif
580
581 if( !m_dataStream )

Callers 15

GetAnimationCountMethod · 0.70
SaveMeshMethod · 0.70
GetBoneWorldTransformMethod · 0.50
RebuildCachedDataMethod · 0.50
PrePhysicsAnimationMethod · 0.50
FindBoneByNameMethod · 0.50
GetBoneTransformsMethod · 0.50
PlayAnimationMethod · 0.50
ITr2Interior.hFile · 0.50
GetDynamicBoundsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected