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 bhkCapsuleShape | ||
| Unused | byte | Not used. The following wants to be aligned at 16 bytes. |
| First Point | Vector3 | First point on the capsule's axis. |
| Radius 1 | float | Matches first capsule radius. |
| Second Point | Vector3 | Second point on the capsule's axis. |
| Radius 2 | float | Matches second capsule radius. |