Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/
Dgx_CommandCacheVSUniformFrame.cpp428 demo::Particle& particle = s_ParticleArray[modelIndex]; in UpdateDisplay0CommandCache() local
431 particle.Update(s_DeltaTime); in UpdateDisplay0CommandCache()
435 nn::math::Matrix44 worldMatrix = particle.GetWorldMatrix(); in UpdateDisplay0CommandCache()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/
Dgx_CommandCacheVSUniformModel.cpp422 demo::Particle& particle = s_ParticleArray[modelIndex]; in DrawDisplay0CommandCache() local
423 particle.Update(s_DeltaTime); in DrawDisplay0CommandCache()
427 nn::math::Matrix44 worldMatrix = particle.GetWorldMatrix(); in DrawDisplay0CommandCache()