NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

bhkNiTriStripsShape

A shape constructed from a bunch of strips.

Attributes

Name Type Description
From NiObject
From bhkRefObject
From bhkSerializable
From bhkShape
From bhkShapeCollection
From bhkNiTriStripsShape
Material HavokMaterial The material of the shape.
Radius float
Unused uint Garbage data from memory though the last 3 are referred to as maxSize, size, and eSize.
Grow By uint
Scale Vector4 Scale. Usually (1.0, 1.0, 1.0, 0.0).
Num Strips Data uint The number of strips data objects referenced.
Strips Data Ref<NiTriStripsData> Refers to a bunch of NiTriStripsData objects that make up this shape.
Num Data Layers uint Number of Havok Layers, equal to Number of strips data objects.
Data Layers HavokFilter Havok Layers for each strip data.

Parent Of