Face object
Attributes
- mode
Display mode, see NMesh.FaceModes
- flag
flag bit vector, specifying selection flags.
see NMesh.FaceFlags
- transp
transparency mode bit vector; see NMesh.FaceTranspModes
- v
List of Face vertices
- col
List of Vertex colours
- materialIndex
Material index (referring to one of the Materials in
the Meshes material list, see Mesh documentation
- smooth
Flag whether smooth normals should be calculated (1 = yes)
- image
Reference to texture image object
- uv
A list of per-face UV coordinates:
[(u0, v0), (u1, v1), (u2, v2), .. ]
|