Method DebugDrawPoseWorldSpace
DebugDrawPoseWorldSpace(AffineTransform, int, Color)
Debug visualization for animation poses.
Declaration
public void DebugDrawPoseWorldSpace(AffineTransform rootTransform, int poseIndex, Color color)
Parameters
Type | Name | Description |
---|---|---|
Affine |
rootTransform | A world space transform that determines the position and orientation of the animation pose. |
int | poseIndex | The pose index for which the root transform is to be retrieved. |
Color | color | The color that the pose should be drawn with. |
DebugDrawPoseWorldSpace(AffineTransform, float, Color)
Debug visualization for animation poses.
Declaration
public void DebugDrawPoseWorldSpace(AffineTransform rootTransform, float sampleTimeInSeconds, Color color)
Parameters
Type | Name | Description |
---|---|---|
Affine |
rootTransform | A world space transform that determines the position and orientation of the animation pose. |
float | sampleTimeInSeconds | A time in seconds that determines the animation pose. |
Color | color | The color that the pose should be drawn with. |
DebugDrawPoseWorldSpace(AffineTransform, SamplingTime, Color)
Debug visualization for animation poses.
Declaration
public void DebugDrawPoseWorldSpace(AffineTransform rootTransform, SamplingTime samplingTime, Color color)
Parameters
Type | Name | Description |
---|---|---|
Affine |
rootTransform | A world space transform that determines the position and orientation of the animation pose. |
Sampling |
samplingTime | A sampling time that determines the animation pose. |
Color | color | The color that the pose should be drawn with. |