| 280 | } |
| 281 | |
| 282 | granny_file_info* TriGeometryRes::GetGrannyInfo() const |
| 283 | { |
| 284 | if( m_pGrannyFile ) |
| 285 | { |
| 286 | return GrannyGetFileInfo( m_pGrannyFile ); |
| 287 | } |
| 288 | else |
| 289 | { |
| 290 | return nullptr; |
| 291 | } |
| 292 | } |
| 293 | #endif |
| 294 | |
| 295 | unsigned int TriGeometryRes::GetAnimationCount() const |
no outgoing calls
no test coverage detected