Click or drag to resize
TetrapodCharacterizationTemplateSetAxialDepthContour Method
Sets the axial depth contour, which describes the dorsoventral depth 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 SetAxialDepthContour(
	IEnumerable<Keyframe> value
)

Parameters

value
Type: System.Collections.GenericIEnumerableKeyframe
Value.
Remarks

Value properties represent dorsoventral depth as a percentage of the pelvis 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 supplied keyframes will be normalized within the [0, 1] domain, and their values will be scaled so that the midpoint is 1f.

See Also