//////////////////////////////////////////////////////////////////////////////// ITr2Pickable
| 81 | ///////////////////////////////////////////////////////////////////////////////////// |
| 82 | // ITr2Pickable |
| 83 | virtual IRoot* GetID( uint16_t ) |
| 84 | { |
| 85 | return this->GetRawRoot(); |
| 86 | } |
| 87 | virtual void GetPickingBatches( ITriRenderBatchAccumulator * batches, Tr2PickTypes pickTypes, const Tr2PerObjectData* perObjectData ); |
| 88 | |
| 89 | ////////////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected