normalsCount property

int get normalsCount

Implementation

int get normalsCount => vertexCount > 0 ? vertexCount * 3 : 0;