FACEGROUP

Name            Type       Bytes
-----------------------------------------------------
numFaces        uint16     2
faces           face[numFaces]
materialId      uint16     2  
  • numFaces (uint16) - size of faces array

  • faces (face[]) - array of face

  • materialId (uint16) - 1-based material id. Zero to use default grey material.