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
| Name | Type | Access | Description |
|---|---|---|---|
channels | List<MorphTargetChannel> | Read | Gets all channels contained in this deformer. |
owner | Geometry | Read | Gets the geometry which owns this deformer. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
MorphTargetDeformer() | Initializes a new instance of the MorphTargetDeformer class. |
MorphTargetDeformer(name: String) | Initializes a new instance of the MorphTargetDeformer class. |
get(index: int) → double | Gets 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() → Geometry | Gets the geometry which owns this deformer. |
A3DObject() | Calls A3DObject on this MorphTargetDeformer instance. |
A3DObject(name: String) | Calls A3DObject(name) on this MorphTargetDeformer instance. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getProperties() → PropertyCollection | Returns the properties. |
findProperty(name: String) → Property | Calls findProperty(name) on this MorphTargetDeformer instance. |
getProperty(name: String) → Object | Calls getProperty(name) on this MorphTargetDeformer instance. |
setProperty(name: String, value: Object) | Sets the property value. |
removeProperty(name: String) → boolean | Calls removeProperty(name) on this MorphTargetDeformer instance. |
removeProperty(property: Property) → boolean | Calls removeProperty(property) on this MorphTargetDeformer instance. |