MeshExtractor.h 376 B

123456789101112131415
  1. #ifndef MESH_EXTRACTOR_H
  2. #define MESH_EXTRACTOR_H
  3. #include <Ogre.h>
  4. #include "common/File.h"
  5. #include "common/OgreGenUtilites.h"
  6. void MeshExtractor(const MeshData& mesh_data, const Ogre::String& material_name, File* file, int offset_to_data, VectorTexForGen& textures, const Ogre::MeshPtr& mesh, const Ogre::String& name, int bone_id = -1);
  7. #endif // MESH_EXTRACTOR_H