| 24 | } |
| 25 | |
| 26 | void WodPlaceableRes::GetBatches( ITriRenderBatchAccumulator* batches, |
| 27 | TriBatchType batchType, |
| 28 | const Matrix& m, |
| 29 | const Tr2PerObjectData* data ) |
| 30 | { |
| 31 | if( m_visualModel ) |
| 32 | { |
| 33 | m_visualModel->GetBatches( batches, batchType, m, data ); |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | bool WodPlaceableRes::IsReady() |
| 38 | { |