Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleModel.h291 ParticleShape* GetParticleShapes(int index) in GetParticleShapes() function
301 const ParticleShape* GetParticleShapes(int index) const in GetParticleShapes() function
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp264 ParticleShape* particleShape = particleModel->GetParticleShapes(shapeIndex); in RenderParticleShape()