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