public class FbxCluster extends FbxObject
| Modifier and Type | Field and Description | 
|---|---|
| int[] | indexes | 
| FbxSkin | skin | 
| double[] | transform | 
| double[] | transformLink | 
| double[] | weights | 
| Constructor and Description | 
|---|
| FbxCluster(SceneLoader scene,
          FbxElement element) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | link(FbxObject child) | 
link, linkToZero, readVectorFromProppublic int[] indexes
public double[] weights
public double[] transform
public double[] transformLink
public FbxSkin skin
public FbxCluster(SceneLoader scene, FbxElement element)