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

NiBSplineData

Contains one or more sets of control points for use in interpolation of open, uniform B-Splines, stored as either float or compact.

Attributes

Name Type Description
From NiObject
From NiBSplineData
Num Float Control Points uint
Float Control Points float Float values representing the control data.
Num Compact Control Points uint
Compact Control Points short Signed shorts representing the data from 0 to 1 (scaled by SHRT_MAX).

Parent Of