Public Member Functions | Public Attributes

quake::vertex_t Struct Reference
[Quake BSP Parsing Library]

vertex information More...

#include <bsp.h>

Inheritance diagram for quake::vertex_t:
Inheritance graph
[legend]
Collaboration diagram for quake::vertex_t:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~vertex_t (void) throw ()
eLumpType getType (void) const throw ()
 what sort of lump object is this really? Can use this information to perform a dynamic cast to the correct leaf class.
virtual int getIndex (void) const throw ()
 returns the index of this object as stored in its lump

Public Attributes

point3d_t position
point3d_t normal
float texcoord [2][2]
color_t color
int index

Detailed Description

vertex information

Definition at line 254 of file bsp.h.


Constructor & Destructor Documentation

quake::vertex_t::~vertex_t ( void   )  throw ()

Definition at line 108 of file bsp.cpp.


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