LoadData

LoadData(TriMesh)

Indexdaten laden vonTriMesh

public void LoadData(TriMesh mesh)
ParameterTypBeschreibung
meshTriMesh

Siehe auch


LoadData(int[])

Indexdaten laden

public void LoadData(int[] indices)
ParameterTypBeschreibung
indicesInt32[]

Siehe auch


LoadData(uint[])

Indexdaten laden

public void LoadData(uint[] indices)
ParameterTypBeschreibung
indicesUInt32[]

Siehe auch


LoadData(short[])

Indexdaten laden

public void LoadData(short[] indices)
ParameterTypBeschreibung
indicesInt16[]

Siehe auch