Searched refs:pSys (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/ |
| D | Gas.cpp | 290 nn::math::MTX44Transpose(&m, &gas.pSys.m_partsys_center); in GasAccumulation() 293 nn::math::MTX44Transpose(&m, &gas.pSys.m_partsys_radius); in GasAccumulation() 296 nn::math::MTX44Transpose(&m, &gas.pSys.m_partsys_color); in GasAccumulation() 299 nn::math::MTX44Transpose(&m, &gas.pSys.m_partsys_aspect); in GasAccumulation() 314 …glUniform1fv(glGetUniformLocation(pAccId, "dmp_PartSys.countMax"), 1, &gas.pSys.m_particleCountMax… in GasAccumulation() 315 …glUniform2fv(glGetUniformLocation(pAccId, "dmp_PartSys.pointSize"), 1, &gas.pSys.m_size_min_max[0]… in GasAccumulation() 316 glUniform1fv(glGetUniformLocation(pAccId, "dmp_PartSys.speed"), 1, &gas.pSys.m_speed); in GasAccumulation() 318 glUniform4fv(glGetUniformLocation(pAccId, "dmp_PartSys.randomCore"), 1, &gas.pSys.m_prng[0]); in GasAccumulation() 319 … glUniform4fv(glGetUniformLocation(pAccId, "dmp_PartSys.randSeed"), 1, &gas.pSys.m_random_seed[0]); in GasAccumulation() 321 glUniform1fv(glGetUniformLocation(pAccId, "dmp_PartSys.time"), 1, &gas.pSys.simulationTime); in GasAccumulation() [all …]
|
| D | PartsysGas.cpp | 266 LoadParticleSystem1(&gas.pSys); in SceneObjectInitialize() 425 gas.pSys.simulationTime = 0.f; in DrawFrame() 472 gas.pSys.simulationTime += gas.pSys.dTime; in DrawFrame() 484 if (++f == gas.pSys.NFrame) in DrawFrame()
|
| D | Gas.h | 60 struct _particleSys pSys; member
|