NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
| Name | Type | Description |
|---|---|---|
| From NiObject | ||
| From NiMeshModifier | ||
| Num Submit Points | uint | |
| Submit Points | SyncPoint | The sync points supported by this mesh modifier for SubmitTasks. |
| Num Complete Points | uint | |
| Complete Points | SyncPoint | The sync points supported by this mesh modifier for CompleteTasks. |
| From NiSkinningMeshModifier | ||
| Flags | ushort | USE_SOFTWARE_SKINNING = 0x0001 RECOMPUTE_BOUNDS = 0x0002 |
| Skeleton Root | Ptr<NiAVObject> | The root bone of the skeleton. |
| Skeleton Transform | NiTransform | The transform that takes the root bone parent coordinate system into the skin coordinate system. |
| Num Bones | uint | The number of bones referenced by this mesh modifier. |
| Bones | Ptr<NiAVObject> | Pointers to the bone nodes that affect this skin. |
| Bone Transforms | NiTransform | The transforms that go from bind-pose space to bone space. |
| Bone Bounds | NiBound | The bounds of the bones. Only stored if the RECOMPUTE_BOUNDS bit is set. |