Click or drag to resize
TetrapodCharacterizationTemplateSmoothAxialChainColliders Method
Smooths the orientation, position, and size of colliders along the axial skeleton, according to the contour backing fields.

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

Parameters

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