clippedFace

Contains vertex data of a face that has been clipped with the near clipping plane.

typedef struct tagclippedFace { long count; vertexScreen vertex[4]; } clippedFace;

Members

count
Number of vertices.

vertex[4]
Vertex values.

Remarks

See Also

face, vertexScreen

Copyright © 2004-2010 Fragmosoft