Face constructor

Face(
  1. int a,
  2. int b,
  3. int c,
  4. Vector3 normal,
  5. int materialIndex,
)

Implementation

Face(this.a, this.b, this.c, this.normal, this.materialIndex);