C# Class IATK.BigMesh.BigMeshData

Big mesh data class
Datei anzeigen Open project: MaximeCordeil/IATK Class Usage Examples

Public Properties

Property Type Description
chunkIndicesSize int[]
colours Color[]
indexToVertexDictionary int>.Dictionary
indices int[]
lineLength int[]
material Material
meshTopology MeshTopology
normals Vector3[]
uvs Vector3[]
uvsAnimation Vector3[]
vertices Vector3[]

Public Methods

Method Description
BigMeshData ( MeshTopology meshTopology, Array vertices, Array indices, Array colours, Array normals, Array uvs, Array uvsAnimation, Array chunkIndicesSize, Material material, Array lineLength ) : System.Collections

Method Details

BigMeshData() public method

public BigMeshData ( MeshTopology meshTopology, Array vertices, Array indices, Array colours, Array normals, Array uvs, Array uvsAnimation, Array chunkIndicesSize, Material material, Array lineLength ) : System.Collections
meshTopology MeshTopology
vertices Array
indices Array
colours Array
normals Array
uvs Array
uvsAnimation Array
chunkIndicesSize Array
material Material
lineLength Array
return System.Collections

Property Details

chunkIndicesSize public_oe property

public int[] chunkIndicesSize
return int[]

colours public_oe property

public Color[] colours
return Color[]

indexToVertexDictionary public_oe property

public Dictionary indexToVertexDictionary
return int>.Dictionary

indices public_oe property

public int[] indices
return int[]

lineLength public_oe property

public int[] lineLength
return int[]

material public_oe property

public Material material
return Material

meshTopology public_oe property

public MeshTopology meshTopology
return MeshTopology

normals public_oe property

public Vector3[] normals
return Vector3[]

uvs public_oe property

public Vector3[] uvs
return Vector3[]

uvsAnimation public_oe property

public Vector3[] uvsAnimation
return Vector3[]

vertices public_oe property

public Vector3[] vertices
return Vector3[]