#include<kfbxskin.h>
List of all members.
Detailed Description
FBX SDK skin class.
Definition at line64of filekfbxskin.h.
Member Function Documentation
void SetDeformAccuracy | ( | double | pDeformAccuracy | ) | |
Set deformation accuracy.
- Parameters:
| pDeformAccuracy | value for deformation accuracy. |
double GetDeformAccuracy | ( | | ) | const |
Get deformation accuracy.
- Returns:
- deformation accuracy value.
Set the node affected by this skin deformer.
- Parameters:
| pNode | Pointer to the node object to set. |
- Returns:
true
on success,false
otherwise.
Get the node affected by this skin deformer.
- Returns:
- a pointer to the node if set or NULL.
Set the geometry affected by this skin deformer.
- Parameters:
| pGeometry | Pointer to the geometry object to set. |
- Returns:
true
on success,false
otherwise.
Get the geometry affected by this skin deformer.
- Returns:
- a pointer to the geometry if set or NULL.
Add a cluster.
- Parameters:
| pCluster | Pointer to the cluster object to add. |
- Returns:
true
on success,false
otherwose.
Remove cluster at given index.
- Parameters:
| pCluster | Pointer to the cluster to remove from this skin deformer. |
- Returns:
- Pointer to cluster or
NULL
if pCluster is not owned by this skin deformer.
int GetClusterCount | ( | | ) | const |
Get the number of clusters.
- Returns:
- Number of clusters that have been added to this object.
Get cluster at given index.
- Parameters:
- Returns:
- Pointer to cluster or
NULL
if index is out of range.
Get cluster at given index.
- Parameters:
- Returns:
- Pointer to cluster or
NULL
if index is out of range.
Get the type of the deformer.
- Returns:
- Deformer type identifier.
Reimplemented fromKFbxDeformer.
Definition at line133of filekfbxskin.h.