Click or drag to resize
TetrapodCharacterizationTemplateSetAxialDepthOffsetContour Method
Sets 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 SetAxialDepthOffsetContour(
	IEnumerable<Keyframe> value
)

Parameters

value
Type: System.Collections.GenericIEnumerableKeyframe
Value.
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 supplied keyframes will be normalized within the [0, 1] domain.

See Also