Home
last modified time | relevance | path

Searched defs:ResMeshData (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMesh.h32 struct ResMeshData : public ResSceneObjectData struct
34 enum { IR_SCALE_COMMAND_SIZE = 2 + 1 + 2 * 4 + 1 };
36 nw::ut::ResS32 m_ShapeIndex;
37 nw::ut::ResS32 m_MaterialIndex;
38 nw::ut::Offset toOwnerModel;
39 nw::ut::ResBool m_IsVisible;
40 nw::ut::ResU8 m_RenderPriority;
41 nw::ut::ResS16 m_MeshNodeVisibilityIndex;
42 nw::ut::ResS32 m_CurrentPrimitiveIndex;
43 nw::ut::ResU32 m_Flags;
[all …]