Searched refs:collection (Results 1 – 6 of 6) sorted by relevance
637 ParticleCollection* collection, in SetDefaultValues() argument645 if (!collection->IsStream(PARTICLEUSAGE_LIFE)) in SetDefaultValues()647 lifeParam = *(ParticleTime*)collection->GetParameterPtr(PARTICLEUSAGE_LIFE); in SetDefaultValues()650 …u16* activeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER_FRONT… in SetDefaultValues()653 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in SetDefaultValues()656 … u16* pFreeIndex = (u16*)collection->GetStreamPtr(PARTICLEUSAGE_FREEINDEX, PARTICLE_BUFFER_FRONT); in SetDefaultValues()658 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues()660 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in SetDefaultValues()663 …nw::math::VEC3* translate = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_TRANSLATE, PAR… in SetDefaultValues()666 …nw::math::VEC3* velocity = (nw::math::VEC3*)collection->GetStreamPtr(PARTICLEUSAGE_VELOCITY, PARTI… in SetDefaultValues()[all …]
458 ParticleCollection* collection = particleSet->GetParticleCollection(); in RenderParticleShape() local459 streamOffset += sizeof(u16) * (collection->GetCapacity() - collection->GetCount()); in RenderParticleShape()
44 ParticleCollection* collection = particleSet->GetParticleCollection(); in SetupParticleVertexAttributeCommand() local
230 nw::gfx::ParticleCollection* collection = particleSet->GetParticleCollection(); in UserUpdater() local231 NW_NULL_ASSERT(collection); in UserUpdater()234 const int count = collection->GetCount(); in UserUpdater()243 (u16*)collection->GetStreamPtr( in UserUpdater()249 (nw::math::VEC3*)collection->GetStreamPtr( in UserUpdater()260 (nw::math::VEC3*)collection->GetStreamPtr( in UserUpdater()269 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater()287 collection->KillParticle(index); in UserUpdater()
384 nw::gfx::ParticleCollection* collection = particleSet->GetParticleCollection(); in UpdateScene() local389 … collection->SetParameter(nw::gfx::PARTICLEUSAGE_COLOR, nw::gfx::PARTICLE_BUFFER_FRONT, newColor); in UpdateScene()399 collection->SetLifeParameter(&newLife); in UpdateScene()407 (u16*)collection->GetStreamPtr( in UpdateScene()412 (nw::math::VEC3*)collection->GetStreamPtr( in UpdateScene()417 (nw::math::VEC3*)collection->GetStreamPtr( in UpdateScene()421 const int count = collection->GetCount(); in UpdateScene()
121 /* the style of the div around each node's collection of children */