| 601 | } |
| 602 | |
| 603 | bool Tr2SkinnedObject::HasTransparentBatches() |
| 604 | { |
| 605 | if( m_visualModel ) |
| 606 | { |
| 607 | return m_visualModel->HasTransparency(); |
| 608 | } |
| 609 | return false; |
| 610 | } |
| 611 | |
| 612 | void Tr2SkinnedObject::UpdatePerObjectData() |
| 613 | { |
nothing calls this directly
no test coverage detected