Home
last modified time | relevance | path

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

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