| CalculateMeshLowerLODsCommand |
CalculateMeshLowerLODsCommand is used to recalculate vertex positions for lower LOD meshes of the specified mesh. |
| ClearBlendShapesCommand |
ClearBlendShapesCommand is used to clear all blend shapes data from a DNA. |
| Command |
Command is an abstract class whose implementations are expected to modify the DNA provided in the run() method in some way. |
| CommandSequence |
CommandSequence is used to run a sequence of commands on the same DNA. |
| ConditionalCommand |
ConditionalCommand is used to run a command if the specified condition is met. |
| ConvertUnitsCommand |
ConvertUnitsCommand is used to perform unit conversions over all relevant data in a DNA. |
| DNACalibDNAReader |
|
| FDNACalibLib |
|
| PruneBlendShapeTargetsCommand |
PruneBlendShapeTargetsCommand is used to prune blend shape target deltas whose absolute magnitude is less than or equal to the specified threshold. |
| RemoveAnimatedMapCommand |
RemoveAnimatedMapCommand is used to remove animated maps. |
| RemoveBlendShapeCommand |
RemoveBlendShapeCommand is used to remove blend shapes. |
| RemoveJointAnimationCommand |
RemoveJointAnimationCommand is used to remove joint animation data. |
| RemoveJointCommand |
RemoveJointCommand is used to remove joints. |
| RemoveMeshCommand |
RemoveMeshCommand is used to remove meshes. |
| RenameAnimatedMapCommand |
RenameAnimatedMapCommand is used to rename an animated map. |
| RenameBlendShapeCommand |
RenameBlendShapeCommand is used to rename a blend shape channel. |
| RenameJointCommand |
RenameJointCommand is used to rename a joint. |
| RenameMeshCommand |
RenameMeshCommand is used to rename a mesh. |
| RotateCommand |
RotateCommand is used to rotate neutral joints and vertex positions around given origin. |
| ScaleCommand |
ScaleCommand is used to scale neutral joints, vertex positions and joint and blendshape deltas by a factor. |
| SetBlendShapeTargetDeltasCommand |
SetBlendShapeTargetDeltasCommand is used to change blend shape target deltas. |
| SetLODsCommand |
SetLODsCommand is used to specify LODs to use. Joints, blend shapes, animated maps and meshes that are not in specified LODs are removed from the DNA. |
| SetNeutralJointRotationsCommand |
SetNeutralJointRotationsCommand is used to set new rotation values to neutral joints. |
| SetNeutralJointTranslationsCommand |
SetNeutralJointTranslationsCommand is used to set new translation values to neutral joints. |
| SetSkinWeightsCommand |
SetSkinWeightsCommand is used to set new skin weights for a vertex in a mesh. |
| SetVertexPositionsCommand |
SetVertexPositionsCommand is used to change vertex positions values. |
| TranslateCommand |
TranslateCommand is used to translate neutral joints and vertex positions. |