Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneContext.cpp67 animatableNodes = AnimatableNodeArray(this->m_MaxAnimatableNodes, allocator); in Create()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneContext.h174 m_MaxAnimatableNodes(DEFAULT_MAX_ANIMATABLE_NODES) in Builder()
231 Builder& MaxAnimatableNodes(s32 max) { m_MaxAnimatableNodes = max; return *this; } in MaxAnimatableNodes()
252 s32 m_MaxAnimatableNodes; variable