| 189 | } |
| 190 | |
| 191 | void CParticlesObject::UpdateParent(const Fmatrix& m, const Fvector& vel) |
| 192 | { |
| 193 | IParticleCustom* V = smart_cast<IParticleCustom*>(renderable.visual); |
| 194 | VERIFY(V); |
| 195 | V->UpdateParent(m, vel, FALSE); |
| 196 | UpdateSpatial(); |
| 197 | } |
| 198 | |
| 199 | Fvector& CParticlesObject::Position() { return renderable.visual->getVisData().sphere.P; } |
| 200 |
no outgoing calls
no test coverage detected