Click or drag to resize
TetrapodCharacterizationTemplateGetAxialWidthContour Method
Gets the axial width contour, which describes the lateral thickness from tail to snout.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetAxialWidthContour(
	ref List<Keyframe> contour
)

Parameters

contour
Type: System.Collections.GenericListKeyframe
List of contour Keyframes to populate.
Remarks

Value properties represent lateral thickness as a percentage of the pelvis lateral thickness. Time properties represent a normalized parameter along the character's vertebral column, from tail to snout, where the midpoint (Keyframe.time = 0.5) is the pelvis.

The result will always be normalized within the [0, 1] domain, and the midpoint will always be 1f.

See Also