Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp76 mesh.ref().m_Flags &= ~(ResMesh::FLAG_HAS_VERTEX_ALPHA | ResMesh::FLAG_HAS_BONE_WEIGHT_W); in ResSeparateDataShape_SetupVertexIrScale()
132 mesh.ref().m_Flags |= ResMesh::FLAG_HAS_BONE_WEIGHT_W; in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMesh.h63 FLAG_HAS_BONE_WEIGHT_W = 0x1 << 1, enumerator
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp437 … const bool hasBoneWeightW = (mesh.ref().m_Flags & ResMesh::FLAG_HAS_BONE_WEIGHT_W) ? true : false; in ActivateVertexAttribute()