| 
    Walls And Holes
    1
    
   | 
 
Class to allow piece-by-piece mesh construction. More...
#include <m2mpartialmesh.h>
Public Member Functions | |
| QVector< QSharedPointer< SimpleTexturedObject > > | constructObjects () | 
| Constructs a list of meshes out of the data stored in this class.  More... | |
| void | addQuad (const Quad &q) | 
| addQuad Adds a quad to the mesh.  More... | |
| void | addTrig (const Trig &t) | 
| void | addPartialMesh (const PartialMeshData &p) | 
| PartialMeshData & | operator+= (const PartialMeshData &other) | 
| PartialMeshData & | operator+ (const PartialMeshData &other) | 
Class to allow piece-by-piece mesh construction.
| void PartialMeshData::addPartialMesh | ( | const PartialMeshData & | p | ) | 

| void PartialMeshData::addQuad | ( | const Quad & | q | ) | 
addQuad Adds a quad to the mesh.
| q | The quad. | 

| void PartialMeshData::addTrig | ( | const Trig & | t | ) | 

| QVector< QSharedPointer< SimpleTexturedObject > > PartialMeshData::constructObjects | ( | ) | 
Constructs a list of meshes out of the data stored in this class.

      
  | 
  inline | 
      
  | 
  inline | 
