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