Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp637 ParticleCollection* collection, in SetDefaultValues() argument
645 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 …]
Dgfx_MeshRenderer.cpp456 ParticleCollection* collection = particleSet->GetParticleCollection(); in RenderParticleShape() local
457 streamOffset += sizeof(u16) * (collection->GetCapacity() - collection->GetCount()); in RenderParticleShape()
Dgfx_ParticleShape.cpp44 ParticleCollection* collection = particleSet->GetParticleCollection(); in SetupParticleVertexAttributeCommand() local
/NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp222 nw::gfx::ParticleCollection* collection = particleSet->GetParticleCollection(); in UserUpdater() local
223 NW_NULL_ASSERT(collection); in UserUpdater()
226 const int count = collection->GetCount(); in UserUpdater()
235 (u16*)collection->GetStreamPtr( in UserUpdater()
241 (nw::math::VEC3*)collection->GetStreamPtr( in UserUpdater()
252 (nw::math::VEC3*)collection->GetStreamPtr( in UserUpdater()
261 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater()
279 collection->KillParticle(index); in UserUpdater()
/NW4C-1.3.3/demos/gfx/ParticleChangeVtxDemo/sources/
DParticleChangeVtxDemo.cpp376 nw::gfx::ParticleCollection* collection = particleSet->GetParticleCollection(); in UpdateScene() local
381collection->SetParameter(nw::gfx::PARTICLEUSAGE_COLOR, nw::gfx::PARTICLE_BUFFER_FRONT, newColor); in UpdateScene()
391 collection->SetLifeParameter(&newLife); in UpdateScene()
399 (u16*)collection->GetStreamPtr( in UpdateScene()
404 (nw::math::VEC3*)collection->GetStreamPtr( in UpdateScene()
409 (nw::math::VEC3*)collection->GetStreamPtr( in UpdateScene()
413 const int count = collection->GetCount(); in UpdateScene()
/NW4C-1.3.3/documents/CreativeStudio/html/assets/
Dtreeview-skin.css121 /* the style of the div around each node's collection of children */