Number of components in the indices buffer.
indices
static int BASE_indicesCount(int triangleCount) => triangleCount > 0 ? triangleCount * 3 : 0;