Click or drag to resize
TetrapodCharacterizationTemplateGetAxialDepthOffsetContour Method
Gets the axial depth offset contour, which describes the dorsoventral offset of the center of torso cross sections 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 GetAxialDepthOffsetContour(
	ref List<Keyframe> contour
)

Parameters

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

Value properties represent dorsoventral offset as a percentage of the cross section's dorsoventral depth. 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.

See Also