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: MorphTargetDeformerDeformerA3DObject

The MorphTargetDeformer type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the MorphTargetDeformer class.
initInitializes a new instance of the MorphTargetDeformer class.

Properties

PropertyDescription
nameGets or sets the name.
propertiesGets the collection of all properties.
ownerGets the geometry which owns this deformer
channelsGets all channels contained in this deformer

Methods

MethodDescription
remove_propertyRemoves a dynamic property.
remove_propertyRemove the specified property identified by name
get_propertyGet the value of specified property
set_propertySets the value of specified property
find_propertyFinds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)

See Also