| 248 | } |
| 249 | |
| 250 | bool Tr2Transform::HasTransparentBatches() |
| 251 | { |
| 252 | if( m_display && m_mesh ) |
| 253 | { |
| 254 | return !( m_mesh->GetAreas( TRIBATCHTYPE_TRANSPARENT )->empty() ); |
| 255 | } |
| 256 | |
| 257 | return false; |
| 258 | } |
| 259 | |
| 260 | void Tr2Transform::GetBatches( ITriRenderBatchAccumulator* batches, |
| 261 | TriBatchType batchType, |