MorphTargetDeformer class
MorphTargetDeformer class
MorphTargetDeformer provides per-vertex animation.
MorphTargetDeformer organize all targets via MorphTargetChannel
, each channel can organize multiple targets.
A common use of morph target deformer is to apply facial expression to a character.
More details can be found at https://en.wikipedia.org/wiki/Morph_target_animation
Inheritance: MorphTargetDeformer
→
Deformer
→
A3DObject
The MorphTargetDeformer type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the MorphTargetDeformer class. |
init | Initializes a new instance of the MorphTargetDeformer class. |
Properties
Property | Description |
---|---|
name | Gets or sets the name. |
properties | Gets the collection of all properties. |
owner | Gets the geometry which owns this deformer |
channels | Gets all channels contained in this deformer |
Methods
Method | Description |
---|---|
remove_property | Removes a dynamic property. |
remove_property | Remove the specified property identified by name |
get_property | Get the value of specified property |
set_property | Sets the value of specified property |
find_property | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
See Also
- module
aspose.threed.deformers
- class
A3DObject
- class
Deformer
- class
MorphTargetChannel
- class
MorphTargetDeformer