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

Method GetGeometryResPath

trinity/Tr2MeshBase.cpp:465–473  ·  view source on GitHub ↗

------------------------------------------------------------- Description: Returns the respath to the currently used geometry. Might be LOD based. -------------------------------------------------------------

Source from the content-addressed store, hash-verified

463// be LOD based.
464// -------------------------------------------------------------
465const wchar_t* Tr2MeshBase::GetGeometryResPath() const
466{
467 const TriGeometryRes* currentRes = GetGeometryResource();
468 if( !currentRes )
469 {
470 return L"";
471 }
472 return currentRes->GetPath();
473}
474
475// -------------------------------------------------------------
476// Description:

Callers 1

UpdateBonesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected