Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h558 s32 maxParticleModels; //!< パーティクルモデルの上限数を表します。 member
578 maxParticleModels(gfx::SceneContext::DEFAULT_MAX_PARTICLEMODELS), in Description()
/NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/
DParticleDropFrameDemo.cpp130 sceneDescription.maxParticleModels = 64; in InitializeGraphics()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1028 .MaxParticleModels(description.maxParticleModels) in Create()