Package com.aspose.threed
Class SkinDeformer
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.Deformer
-
- com.aspose.threed.SkinDeformer
-
- All Implemented Interfaces:
INamedObject
public class SkinDeformer extends Deformer
A skin deformer contains multiple bones to work, each bone blends a part of the geometry by control point's weights.
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Constructor Summary
Constructors Constructor Description SkinDeformer()
Initializes a new instance of theSkinDeformer
class.SkinDeformer(java.lang.String name)
Initializes a new instance of theSkinDeformer
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Bone>
getBones()
Gets all bones that the skin deformer contains-
Methods inherited from class com.aspose.threed.A3DObject
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
-
-
-
-
Constructor Detail
-
SkinDeformer
public SkinDeformer(java.lang.String name)
Initializes a new instance of theSkinDeformer
class.- Parameters:
name
- Name.
-
SkinDeformer
public SkinDeformer()
Initializes a new instance of theSkinDeformer
class.
-
-
Method Detail
-
getBones
public java.util.List<Bone> getBones()
Gets all bones that the skin deformer contains
-
-