BASE_animNormalsCount static method

int BASE_animNormalsCount(
  1. int vertexCount
)

Implementation

static int BASE_animNormalsCount(int vertexCount) => vertexCount > 0 ? vertexCount * 3 : 0;