|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Callback class when the user needs information about the triangles of chunks of a LOD level. More...
#include <OgreVolumeMeshBuilder.h>
| Public Member Functions | |
| virtual | ~MeshBuilderCallback () | 
| virtual void | ready (const SimpleRenderable *simpleRenderable, const VecVertex &vertices, const VecIndices &indices, size_t level, int inProcess)=0 | 
| To be called with the callback function of a MeshBuilder. | |
Callback class when the user needs information about the triangles of chunks of a LOD level.
| 
 | inlinevirtual | 
| 
 | pure virtual | 
To be called with the callback function of a MeshBuilder.
| simpleRenderable | Contains the SimpleRenderable for which the triangles were built. | 
| vertices | Contains the vertices of the triangles. | 
| indices | Contains the indices of the triangles. | 
| level | The LOD level of this mesh. | 
| inProcess | The amount of other meshes/LOD-Chunks still to be loaded. |