C# Class Radegast.Rendering.GLMesh.GLData

显示文件 Open project: radegastdev/radegast

Public Properties

Property Type Description
Center System.Vector3
Indices ushort[]
Normals float[]
TexCoords float[]
Vertices float[]
skinJoints string[]
weights float[]

Property Details

Center public_oe property

public Vector3,System Center
return System.Vector3

Indices public_oe property

public ushort[] Indices
return ushort[]

Normals public_oe property

public float[] Normals
return float[]

TexCoords public_oe property

public float[] TexCoords
return float[]

Vertices public_oe property

public float[] Vertices
return float[]

skinJoints public_oe property

public string[] skinJoints
return string[]

weights public_oe property

public float[] weights
return float[]