Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

poly Struct Reference

The definition of a polygon The polygon used by the 3Dsia binary parser. More...

List of all members.

Public Attributes

int number
 the number of the poly in an object. More...

char type
 the type of the poly (GL_QUAD, GL_POLY_STRIP, GL_TRIANGLE_STRIP... ). More...

struct color col
 the color of this polygon. More...

list<int>* verteces
 the list of verteces the polygon is constructed with. More...


Detailed Description

The definition of a polygon The polygon used by the 3Dsia binary parser.

Definition at line 88 of file visualThread.cpp.

00089 {
00090     int number; 
00091     char type; 
00092     struct color col; 
00093     list<int>* verteces; 
00094     }

Member Data Documentation

struct color poly::col

the color of this polygon.

Definition at line 92 of file visualThread.cpp.

int poly::number

the number of the poly in an object.

Definition at line 90 of file visualThread.cpp.

char poly::type

the type of the poly (GL_QUAD, GL_POLY_STRIP, GL_TRIANGLE_STRIP... ).

Definition at line 91 of file visualThread.cpp.

list<int>* poly::verteces

the list of verteces the polygon is constructed with.

Definition at line 93 of file visualThread.cpp.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:26 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000