Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp661 f32 topbottom = xyz * (1.0f - cubeForm.GetInner()); in CalcCubeForm() local
662 f32 frontback = topbottom * cubeForm.GetInner(); in CalcCubeForm()
665 f32 f = random->NextFloat() * (topbottom + frontback + leftright); in CalcCubeForm()
671 if (f < topbottom) in CalcCubeForm()
683 else if (f < topbottom + frontback) in CalcCubeForm()