------------------------------------------------------------- Description: Returns the respath to the currently used geometry. Might be LOD based. -------------------------------------------------------------
| 463 | // be LOD based. |
| 464 | // ------------------------------------------------------------- |
| 465 | const 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: |