MorphTargetDeformer

MorphTargetDeformer

Overview

MorphTargetDeformer is a class in Aspose.3D FOSS for .NET. Inherits from: Deformer, INamedObject.

MorphTargetDeformer provides per-vertex animation. MorphTargetDeformer organize all targets via , 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

This class provides 7 methods for working with MorphTargetDeformer objects in .NET programs. Available methods include: A3DObject, Deformer, FindProperty, GetProperty, MorphTargetDeformer, RemoveProperty, SetProperty. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Channels, Name, Owner, Properties.

Properties

NameTypeAccessDescription
ChannelsIList<MorphTargetChannel>ReadGets the channels.
OwnerGeometryReadGets the owner.
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
MorphTargetDeformer(name: string)
MorphTargetDeformer()
Deformer(name: string)
A3DObject()
RemoveProperty(property: Property)Removes a dynamic property.
GetProperty(property: string)Get the value of specified property
SetProperty(property: string, value: object?)Sets the value of specified property
FindProperty(propertyName: string)Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)

See Also