Number of components in the vertices buffer.
vertices
static int BASE_verticesCount(int vertexCount) => vertexCount > 0 ? vertexCount * 3 : 0;