Programming API Reference: EduGraf.Shapes

Class public static Cube

Geometric representation of a cube by triangles indexing distinct vertices.
Property public static float[] Positions { get; }: of each face, shared vertices are repeated.
Property public static float[] Normals { get; }: per vertex.
Property public static float[] Tangent { get; }: U in model space.
Property public static float[] BiTangent { get; }: V in model space.
Property public static float[] TextureUv { get; }: In texture space.
Property public static ushort[] Triangles { get; }: In vertex numbers.