static const int numberOfSquareTriangles
Number of triangles which make up a square.
static void getNormals(int *numberOfCoordinates, float **normals)
Create normals for a cube which was created with getTriangleRepresentation() function.
static const int numberOfCubeFaces
Number of cube faces.
static const int numberOfTrianglePoints
number of points that make up a shape of a triangle.
static void getTriangleRepresentation(float scalingFactor, int *numberOfCoordinates, float **coordinates)
Compute coordinates of points which make up a cube.
static const int numberOfPointCoordinates
Number of coordinates for a point in 3D space.