Class 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.
    • Constructor Detail

      • SkinDeformer

        public SkinDeformer​(java.lang.String name)
        Initializes a new instance of the SkinDeformer class.
        Parameters:
        name - Name.
      • SkinDeformer

        public SkinDeformer()
        Initializes a new instance of the SkinDeformer class.
    • Method Detail

      • getBones

        public java.util.List<Bone> getBones()
        Gets all bones that the skin deformer contains