| 441 | } |
| 442 | |
| 443 | void EveChildCloud::UpdateAsyncronous( const EveUpdateContext& updateContext, const EveChildUpdateParams& ) |
| 444 | { |
| 445 | BoundingSphereFromBox( m_boundingSphere, m_min, m_max, &m_worldTransform ); |
| 446 | } |
| 447 | |
| 448 | void EveChildCloud::GetDebugOptions( Tr2DebugRendererOptions& options ) |
| 449 | { |
nothing calls this directly
no test coverage detected