C# Class AcTools.Kn5File.Kn5Node.VerticeWeight

Show file Open project: gro-ove/actools

Public Properties

Property Type Description
Indices float[]
Weights float[]

Property Details

Indices public property

IDs of bones. "-1" if there is no binding!
public float[] Indices
return float[]

Weights public property

public float[] Weights
return float[]