| 248 | } |
| 249 | |
| 250 | bool Tr2RaytracingMesh::IsGood() const |
| 251 | { |
| 252 | return m_geometry && m_geometry->IsGood() && GetCurrentLodData(); |
| 253 | } |
| 254 | |
| 255 | bool Tr2RaytracingMesh::IsGoodForArea( uint32_t area ) const |
| 256 | { |
no outgoing calls
no test coverage detected