| 219 | } |
| 220 | |
| 221 | TriGeometryRes* 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 | |
| 230 | bool Tr2Mesh::IsLoading() const |
| 231 | { |
no test coverage detected