Click or drag to resize
TetrapodCharacterizationTemplatePostprocessJointAxesAsNonHumanoid Method
Postprocesses joint axes and axis reflection modes for the supplied tetrapod assuming it is a non-humanoid animal of some kind in a neutral pose.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected void PostprocessJointAxesAsNonHumanoid(
	TetrapodRagdoll tetrapod
)

Parameters

tetrapod
Type: Candlelight.PhysicsTetrapodRagdoll
A TetrapodRagdoll that is fully connected and symmetry mapped.
See Also