Home
last modified time | relevance | path

Searched refs:sphereForm (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp528 const ResParticleSphereForm sphereForm = ResStaticCast<ResParticleSphereForm>(resForm); in Emission() local
530 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
532 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, in Emission()
980 const ResParticleSphereForm& sphereForm, in CalcSphereForm() argument
995 if (sphereForm.GetFixedOffset()) in CalcSphereForm()
997 angleOffset = sphereForm.GetAngleOffset(); in CalcSphereForm()
1004 nw::math::VEC3 cookedScale(sphereForm.GetScale()); in CalcSphereForm()
1027 if (sphereForm.GetInner() == 0.0f) in CalcSphereForm()
1032 else if (sphereForm.GetInner() == 1.0f) in CalcSphereForm()
1040 distance = distance + (sphereForm.GetInner() * (1.0f - distance)); in CalcSphereForm()
[all …]
Dgfx_ParticleSet.cpp2840 … const ResParticleSphereForm sphereForm = ResDynamicCast<ResParticleSphereForm>(resForm); in ParticleChildUpdater() local
2841 if (sphereForm.IsValid()) in ParticleChildUpdater()
2844 … ParticleEmitter::CalcSphereForm(sphereForm, emissionCount, random, newPositions); in ParticleChildUpdater()
2846 ParticleEmitter::CalcSphereForm(sphereForm, emissionCount, random, in ParticleChildUpdater()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleEmitter.h348 const ResParticleSphereForm& sphereForm,
398 const ResParticleSphereForm& sphereForm,