public class FbxSkin extends FbxObject
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<FbxNode> | bones | 
| java.lang.String | skinningType | 
| java.util.List<FbxMesh> | toSkin | 
| Constructor and Description | 
|---|
| FbxSkin(SceneLoader scene,
       FbxElement element) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | generateSkinning() | 
| void | link(FbxObject otherObject) | 
link, linkToZero, readVectorFromProppublic java.lang.String skinningType
public java.util.List<FbxMesh> toSkin
public java.util.List<FbxNode> bones
public FbxSkin(SceneLoader scene, FbxElement element)