#include<kfbxvertexcachedeformer.h>
List of all members.
Detailed Description
This class deforms control points of a geometry using control point positions stored in the associated cache object.
Definition at line53of filekfbxvertexcachedeformer.h.
Member Function Documentation
Assign a cache object to be used by this deformer.
- Parameters:
Get the cache object used by this deformer.
- Returns:
- A pointer to the cache object used by this deformer, or
NULL
if no cache object is assigned.
void SetCacheChannel | ( | const char * | pName | ) | |
Select the cache channel by name.
- Parameters:
| pName | The name of channel to use within the cache object. |
Get the name of the selected channel.
- Returns:
- The name of the selected channel within the cache object.
void SetActive | ( | bool | pValue | ) | |
Activate the deformer.
- Parameters:
| pValue | Set totrue to enable the deformer. |
Indicate if the deformer is active or not.
- Returns:
- The current state of the deformer.
Assigment operator.
- Parameters: