MorphTargetDeformer

MorphTargetDeformer

Overview

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

MorphTargetDeformer provides per-vertex animation.

This class provides 15 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()Calls Deformer on this MorphTargetDeformer instance.
getOwner()GeometryGets the geometry which owns this deformer.
A3DObject()Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero.
getName()StringThe segments of the curve.
setName(name: String)Constructs a CircleShape profile with specified radius.
getProperties()PropertyCollectionInitializes a new instance of Cylinder class.
findProperty(name: String)PropertyInitializes a new instance of the Bone class.
getProperty(name: String)ObjectGets the transform matrix of the node in current pose.
setProperty(name: String, value: Object)Gets the width segments.
removeProperty(name: String)booleanGets flip coordinate system of control points/normal during importing/exporting.

See Also

 English