Uses of Class
com.aspose.threed.Deformer
-
-
Uses of Deformer in com.aspose.threed
Subclasses of Deformer in com.aspose.threed Modifier and Type Class Description class
MorphTargetDeformer
MorphTargetDeformer provides per-vertex animation.class
SkinDeformer
A skin deformer contains multiple bones to work, each bone blends a part of the geometry by control point's weights.Methods in com.aspose.threed with type parameters of type Deformer Modifier and Type Method Description <T extends Deformer>
java.util.Collection<T>Geometry. getDeformers2()
Gets all deformers with specified deformer typesMethods in com.aspose.threed that return types with arguments of type Deformer Modifier and Type Method Description java.util.Collection<Deformer>
Geometry. getDeformers()
Gets all deformers assocated with this geometry.
-