#include <Polygon.h>
List of all members.
Static Public Member Functions |
static const char * | TYPENAME () |
Detailed Description
Definition at line 120 of file Polygon.h.
Member Enumeration Documentation
- Enumerator:
OBJECT_SPACE |
|
WORLD_SPACE |
|
VIEW_SPACE |
|
SCREEN_SPACE |
|
Definition at line 124 of file Polygon.h.
Constructor & Destructor Documentation
VertexSet::VertexSet |
( |
int |
m | ) |
|
VertexSet::~VertexSet |
( |
| ) |
|
Member Function Documentation
void VertexSet::CalcExtents |
( |
Point & |
plus, |
|
|
Point & |
minus |
|
) |
| |
void VertexSet::Clear |
( |
| ) |
|
bool VertexSet::CopyVertex |
( |
int |
dst, |
|
|
int |
src |
|
) |
| |
void VertexSet::CreateAdditionalTexCoords |
( |
| ) |
|
void VertexSet::CreateTangents |
( |
| ) |
|
void VertexSet::Delete |
( |
| ) |
|
void VertexSet::Resize |
( |
int |
m, |
|
|
bool |
preserve = false |
|
) |
| |
static const char* VertexSet::TYPENAME |
( |
| ) |
|
|
inlinestatic |
Member Data Documentation
Vec3* VertexSet::binormal |
DWORD* VertexSet::diffuse |
DWORD* VertexSet::specular |
The documentation for this struct was generated from the following files: