generateVertexNormals method
- Vector3List normals,
- Vector3List positions,
- Uint16List indices
Implementation
void generateVertexNormals(
Vector3List normals, Vector3List positions, Uint16List indices) {
generateNormals(normals, positions, indices);
}