NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
| Name | Type | Description |
|---|---|---|
| From NiObject | ||
| From bhkRefObject | ||
| From bhkSerializable | ||
| From bhkShape | ||
| From bhkSphereRepShape | ||
| Material | HavokMaterial | The material of the shape. |
| Radius | float | The radius of the sphere that encloses the shape. |
| From bhkConvexShape | ||
| From bhkBoxShape | ||
| Unused | byte | Not used. The following wants to be aligned at 16 bytes. |
| Dimensions | Vector3 | A cube stored in Half Extents. A unit cube (1.0, 1.0, 1.0) would be stored as 0.5, 0.5, 0.5. |
| Unused Float | float | Unused as Havok stores the Half Extents as hkVector4 with the W component unused. |