This class represents a polygonal mesh. More...
#include "Mesh.hpp"
Classes | |
| struct | VertexT |
Public Types | |
| enum | TypeT { Points, Lines, LineStrip, LineLoop, Triangles, TriangleStrip, TriangleFan, Quads, QuadStrip, Polygon } |
| enum | WindingT { CW, CCW } |
Public Member Functions | |
| MeshT (TypeT T=Points, WindingT W=CW) | |
| Constructor. More... | |
Public Attributes | |
| TypeT | Type |
| WindingT | Winding |
| The orientation (cw or ccw) of front faces. More... | |
| ArrayT< VertexT > | Vertices |
This class represents a polygonal mesh.
|
inline |
Constructor.
| WindingT MatSys::MeshT::Winding |
The orientation (cw or ccw) of front faces.