Public Attributes

GenFace Struct Reference

Search for all occurrences

Detailed Description

A generalized representation of a geometric or texture face as an array of vertex indices.

#include <ObjectWrapper.h>

Inheritance diagram for GenFace:
Inheritance graph
[legend]

List of all members.

Public Attributes

unsigned short  numVerts
  The number of vertices in the face.
DWORD *  verts
  An array of vertex indices for the face.

Member Data Documentation

unsigned short numVerts

The number of vertices in the face.

DWORD* verts

An array of vertex indices for the face.