MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / UpdateParent

Method UpdateParent

ogsr_engine/xrGame/ParticlesObject.cpp:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void 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
199Fvector& CParticlesObject::Position() { return renderable.visual->getVisData().sphere.P; }
200

Callers 15

UpdateParticlesMethod · 0.45
net_SpawnMethod · 0.45
UpdateCLChildMethod · 0.45
InitMethod · 0.45
UpdateMethod · 0.45
StartFlameMethod · 0.45
UpdateHeliParticlesMethod · 0.45
updateMethod · 0.45
FireShotmarkMethod · 0.45
play_at_posMethod · 0.45
SetXFORMMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected