Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysSimple/
DPartsysPattern.h131 pp->NFrame = 256; in LoadParticleSystem1()
132 pp->dTime = pp->simulationTime/pp->NFrame; in LoadParticleSystem1()
234 pp->NFrame = 512; in LoadParticleSystemExplositon1()
235 pp->dTime = pp->simulationTime/pp->NFrame; in LoadParticleSystemExplositon1()
336 pp->NFrame = 512; in LoadParticleSystemExplositon2()
337 pp->dTime = pp->simulationTime/pp->NFrame; in LoadParticleSystemExplositon2()
436 pp->NFrame = 512; in LoadParticleSystemSnow()
437 pp->dTime = pp->simulationTime/pp->NFrame; in LoadParticleSystemSnow()
537 pp->NFrame = 512; in LoadParticleSystemSpin()
538 pp->dTime = pp->simulationTime/pp->NFrame; in LoadParticleSystemSpin()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/
DGas.h53 …int NFrame; /* application side. Number of frames for this particle sy… member
DPartsysGas.cpp253 pp->NFrame = 512; in LoadParticleSystem1()
254 pp->dTime = pp->simulationTime / pp->NFrame; in LoadParticleSystem1()
484 if (++f == gas.pSys.NFrame) in DrawFrame()