Home
last modified time | relevance | path

Searched refs:mLifetimeRandom (Results 1 – 2 of 2) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/nifosg/
H A Dparticle.cpp91 , mLifetime(lifetime), mLifetimeRandom(lifetimeRandom) in ParticleShooter()
98 , mLifetime(0.f), mLifetimeRandom(0.f) in ParticleShooter()
112 mLifetimeRandom = copy.mLifetimeRandom; in ParticleShooter()
127 …LifeTime(std::max(std::numeric_limits<float>::epsilon(), mLifetime + mLifetimeRandom * Misc::Rng::… in shoot()
H A Dparticle.hpp98 float mLifetimeRandom; member in NifOsg::ParticleShooter