#include <gmanager.h>
Public Methods | |
CVertArray () | |
bool | GetVerticesAreValid () const |
bool | GetNormalsAreValid () const |
bool | GetTexCoordsAreValid () const |
bool | GetColorsAreValid () const |
void | SetVerticesValid (bool valid) |
void | SetNormalsValid (bool valid) |
void | SetTexCoordsValid (bool valid) |
void | SetColorsValid (bool valid) |
void* | GetVertices () const |
void* | GetNormals () const |
void* | GetTexCoords () const |
void* | GetColors () const |
void | SetVertices (void *newPtr) |
void | SetNormals (void *newPtr) |
void | SetTexCoords (void *newPtr) |
void | SetColors (void *newPtr) |
int | GetWordsPerVertex () const |
int | GetWordsPerNormal () const |
int | GetWordsPerTexCoord () const |
int | GetWordsPerColor () const |
void | SetWordsPerVertex (int numWords) |
void | SetWordsPerNormal (int numWords) |
void | SetWordsPerTexCoord (int numWords) |
void | SetWordsPerColor (int numWords) |
|
Definition at line 25 of file gmanager.cpp. |
|
Definition at line 43 of file gmanager.h. |
|
Definition at line 32 of file gmanager.h. |
|
Definition at line 41 of file gmanager.h. |
|
Definition at line 30 of file gmanager.h. |
|
Definition at line 42 of file gmanager.h. |
|
Definition at line 31 of file gmanager.h. |
|
Definition at line 40 of file gmanager.h. |
|
Definition at line 29 of file gmanager.h. |
|
Definition at line 54 of file gmanager.h. |
|
Definition at line 52 of file gmanager.h. |
|
Definition at line 53 of file gmanager.h. |
|
Definition at line 51 of file gmanager.h. |
|
Definition at line 48 of file gmanager.h. Referenced by glColorPointer().
|
|
Definition at line 37 of file gmanager.h. Referenced by glDisableClientState(), and glEnableClientState().
|
|
Definition at line 46 of file gmanager.h. Referenced by pglNormalPointer().
|
|
Definition at line 35 of file gmanager.h. Referenced by glDisableClientState(), and glEnableClientState().
|
|
Definition at line 47 of file gmanager.h. Referenced by glTexCoordPointer().
|
|
Definition at line 36 of file gmanager.h. Referenced by glDisableClientState(), and glEnableClientState().
|
|
Definition at line 45 of file gmanager.h. Referenced by glVertexPointer().
|
|
Definition at line 34 of file gmanager.h. Referenced by glDisableClientState(), and glEnableClientState().
|
|
Definition at line 59 of file gmanager.h. Referenced by glColorPointer().
|
|
Definition at line 57 of file gmanager.h. Referenced by pglNormalPointer().
|
|
Definition at line 58 of file gmanager.h. Referenced by glTexCoordPointer().
|
|
Definition at line 56 of file gmanager.h. Referenced by glVertexPointer().
|