#include <MercuryPoly.h>
Collaboration diagram for MercuryPoly:
Private Attributes | |
MercuryNormal | m_normal |
Friends | |
class | MercuryMesh |
Definition at line 8 of file MercuryPoly.h.
friend class MercuryMesh [friend] |
Polygons do NOT create NOR delete the vertices that they use. The idea behind this is so that polygons can use a common set of a minimal number of vertices. This is useful in minizing math operations on vertices, and lower memory useage. Whoever gives the polygon the vertices, should be responsible for deleting the vertices.
Definition at line 31 of file MercuryPoly.h.
MercuryNormal MercuryPoly::m_normal [private] |
Definition at line 32 of file MercuryPoly.h.