Home
last modified time | relevance | path

Searched refs:DEFAULT_MAX_PARTICLEEMITTERS (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneContext.h142 DEFAULT_MAX_PARTICLEEMITTERS = 64, //!< パーティクルエミッタのデフォルト最大数です。 enumerator
172 m_MaxParticleEmitters(DEFAULT_MAX_PARTICLEEMITTERS), in Builder()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h577 maxParticleEmitters(gfx::SceneContext::DEFAULT_MAX_PARTICLEEMITTERS), in Description()