Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h556 s32 maxParticleSets; //!< パーティクルセットの上限数を表します。 member
576 maxParticleSets(gfx::SceneContext::DEFAULT_MAX_PARTICLESETS), in Description()
/NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/
DParticleDropFrameDemo.cpp128 sceneDescription.maxParticleSets = 64; in InitializeGraphics()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1026 .MaxParticleSets(description.maxParticleSets) in Create()