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 bhkConvexVerticesShape | ||
Vertices Property | hkWorldObjCinfoProperty | |
Normals Property | hkWorldObjCinfoProperty | |
Num Vertices | uint | Number of vertices. |
Vertices | Vector4 | Vertices. Fourth component is 0. Lexicographically sorted. |
Num Normals | uint | The number of half spaces. |
Normals | Vector4 | Half spaces as determined by the set of vertices above. First three components define the normal pointing to the exterior, fourth component is the signed distance of the separating plane to the origin: it is minus the dot product of v and n, where v is any vertex on the separating plane, and n is the normal. Lexicographically sorted. |