#include "pandabase.h"
#include "drawable.h"
#include "vector_typedWritable.h"
#include "pointerTo.h"
#include "pointerToArray.h"
#include "typedef.h"
#include "luse.h"
#include "pta_Vertexf.h"
#include "pta_Normalf.h"
#include "pta_Colorf.h"
#include "pta_TexCoordf.h"
#include "pta_ushort.h"
#include "pta_int.h"
#include "texture.h"
#include "geom.I"
Go to the source code of this file.
Compounds | |
class | Geom |
Geometry parent class. More... | |
class | Geom::ColorIterator |
class | Geom::NormalIterator |
class | Geom::TexCoordIterator |
class | Geom::VertexIterator |
Enumerations | |
enum | GeomBindType { G_OFF, G_OVERALL, G_PER_PRIM, G_PER_COMPONENT, G_PER_VERTEX } |
enum | GeomAttrType { G_COORD, G_COLOR, G_NORMAL, G_TEXCOORD } |
Functions | |
ostream & | operator<< (ostream &out, GeomBindType t) |
ostream & | operator<< (ostream &out, GeomAttrType t) |
ostream & | operator<< (ostream &out, const Geom &geom) |
Variables | |
END_PUBLISH const int | num_GeomBindTypes = 5 |
const int | num_GeomAttrTypes = 4 |
Definition in file geom.h.
|
|
|
|
|
|
Definition at line 138 of file geom.cxx. References NULL. |
|
Definition at line 115 of file geom.cxx. References G_COLOR, G_COORD, G_NORMAL, and G_TEXCOORD. |
|
|
|
|