Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneContext.h131 DEFAULT_MAX_SCENE_NODES = 64, //!< シーンノードのデフォルト最大数です。 enumerator
160 m_MaxSceneNodes(DEFAULT_MAX_SCENE_NODES), in Builder()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h566 : maxSceneNodes(gfx::SceneContext::DEFAULT_MAX_SCENE_NODES), in Description()