MorphTargetDeformer

MorphTargetDeformer

Overview

MorphTargetDeformer is a class in Aspose.3D FOSS for Java. Inherits from: Deformer.

MorphTargetDeformer provides per-vertex animation.

This class provides 17 methods for working with MorphTargetDeformer objects in Java programs. Available methods include: A3DObject, Deformer, MorphTargetDeformer, findProperty, get, getChannels, getName, getOwner, getProperties, getProperty, removeProperty, set, and 2 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: channels, name, owner, properties.

Properties

NameTypeAccessDescription
channelsList<MorphTargetChannel>ReadGets all channels contained in this deformer.
ownerGeometryReadGets the geometry which owns this deformer.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
MorphTargetDeformer()Initializes a new instance of the MorphTargetDeformer class.
MorphTargetDeformer(name: String)Initializes a new instance of the MorphTargetDeformer class.
get(index: int)doubleGets or sets the weight at the specified index.
set(index: int, value: double)Sets the weight at the specified index.
getChannels()List<MorphTargetChannel>Gets all channels contained in this deformer.
Deformer(name: String)Calls Deformer(name) on this MorphTargetDeformer instance.
getOwner()GeometryGets the geometry which owns this deformer.
A3DObject()Calls A3DObject on this MorphTargetDeformer instance.
A3DObject(name: String)Calls A3DObject(name) on this MorphTargetDeformer instance.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this MorphTargetDeformer instance.
getProperty(name: String)ObjectCalls getProperty(name) on this MorphTargetDeformer instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this MorphTargetDeformer instance.
removeProperty(property: Property)booleanCalls removeProperty(property) on this MorphTargetDeformer instance.

See Also

 English