Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TextureIndex Struct Reference

#include <quadsquare.h>

Public Member Functions

void Clear ()
 

Public Attributes

Resizable< unsigned intq
 
Resizable< GFXColorVertexc
 

Detailed Description

This has 4 lists of indices, one for "numbers of corners" a triangle may be filled If the trianlge has 0 vertices filled, it is a nonblended one with all 4 filled

Definition at line 71 of file quadsquare.h.

Member Function Documentation

void TextureIndex::Clear ( )
inline

Definition at line 75 of file quadsquare.h.

References c, Resizable< ITEM >::clear(), and q.

76  {
77  q.clear();
78  c.clear();
79  }

Member Data Documentation

Resizable< GFXColorVertex > TextureIndex::c

Definition at line 74 of file quadsquare.h.

Referenced by Clear().

Resizable< unsigned int > TextureIndex::q

Definition at line 73 of file quadsquare.h.

Referenced by Clear().


The documentation for this struct was generated from the following file: