MCPcopy Create free account
hub / github.com/arx/ArxLibertatis / RecomputeDirection

Method RecomputeDirection

Sources/DANAE/ARX_CParticleSystem.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#include <crtdbg.h>
45
46void CParticleSystem::RecomputeDirection()
47{
48 EERIE_3D eVect;
49 eVect.x = p3ParticleDirection.x;
50 eVect.y = -p3ParticleDirection.y;
51 eVect.z = p3ParticleDirection.z;
52 GenerateMatrixUsingVector(&eMat, &eVect, 0);
53}
54//-----------------------------------------------------------------------------
55CParticleSystem::CParticleSystem()
56{

Callers 1

UpdateMethod · 0.80

Calls 1

Tested by

no test coverage detected