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