| 151 | } |
| 152 | |
| 153 | bool EveLineSet::GetBoundingSphere( Vector4& sphere, BoundingSphereQuery query ) const |
| 154 | { |
| 155 | sphere = m_boundingSphere; |
| 156 | return true; |
| 157 | } |
| 158 | |
| 159 | ///////////////////////////////////////////////////////////////////////////////////// |
| 160 | // ITr2Renderable |
no outgoing calls
no test coverage detected