Searched refs:sphereForm (Results 1 – 3 of 3) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleEmitter.cpp | 530 const ResParticleSphereForm sphereForm = ResStaticCast<ResParticleSphereForm>(resForm); in Emission() local 532 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, positions); in Emission() 534 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, in Emission() 982 const ResParticleSphereForm& sphereForm, in CalcSphereForm() argument 997 if (sphereForm.GetFixedOffset()) in CalcSphereForm() 999 angleOffset = sphereForm.GetAngleOffset(); in CalcSphereForm() 1006 nw::math::VEC3 cookedScale(sphereForm.GetScale()); in CalcSphereForm() 1029 if (sphereForm.GetInner() == 0.0f) in CalcSphereForm() 1034 else if (sphereForm.GetInner() == 1.0f) in CalcSphereForm() 1042 distance = distance + (sphereForm.GetInner() * (1.0f - distance)); in CalcSphereForm() [all …]
|
| D | gfx_ParticleSet.cpp | 2865 … const ResParticleSphereForm sphereForm = ResDynamicCast<ResParticleSphereForm>(resForm); in ParticleChildUpdater() local 2866 if (sphereForm.IsValid()) in ParticleChildUpdater() 2869 … ParticleEmitter::CalcSphereForm(sphereForm, emissionCount, random, newPositions); in ParticleChildUpdater() 2871 ParticleEmitter::CalcSphereForm(sphereForm, emissionCount, random, in ParticleChildUpdater()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ParticleEmitter.h | 360 const ResParticleSphereForm& sphereForm, 410 const ResParticleSphereForm& sphereForm,
|