Internal implementation of Mesh reading / writing for the latest version of the .mesh format.  
 More...
#include <OgreMeshSerializerImpl.h>
Internal implementation of Mesh reading / writing for the latest version of the .mesh format. 
- Note
- This mesh format was used from Ogre v1.10. 
◆ MeshSerializerImpl()
      
        
          | Ogre::v1::MeshSerializerImpl::MeshSerializerImpl | ( |  | ) |  | 
      
 
 
◆ ~MeshSerializerImpl()
  
  | 
        
          | virtual Ogre::v1::MeshSerializerImpl::~MeshSerializerImpl | ( |  | ) |  |  | virtual | 
 
 
◆ exportMesh()
Exports a mesh to the file specified. 
- Parameters
- 
  
    | pMesh | Pointer to the Mesh to export |  | stream | The destination stream |  | endianMode | The endian mode for the written file |  
 
 
 
◆ importMesh()
Imports Mesh and (optionally) Material data from a .mesh file DataStream. 
- Parameters
- 
  
    | stream | The DataStream holding the .mesh data. Must be initialised (pos at the start of the buffer). |  | pDest | Pointer to the Mesh object which will receive the data. Should be blank already. |  
 
 
 
The documentation for this class was generated from the following file: