-------------------------------------------------------------------------------------- Description: Returns an instance resource (either loaded from gr2 or assigned). --------------------------------------------------------------------------------------
| 166 | // Returns an instance resource (either loaded from gr2 or assigned). |
| 167 | // -------------------------------------------------------------------------------------- |
| 168 | ITr2InstanceData* Tr2InstancedMesh::GetInstanceGeometryResource() const |
| 169 | { |
| 170 | return m_loadedGeometryResource ? m_loadedGeometryResource : m_instanceGeometryResource; |
| 171 | } |
| 172 | |
| 173 | // -------------------------------------------------------------------------------------- |
| 174 | // Description: |
no outgoing calls
no test coverage detected