Ignore:
Timestamp:
07/26/14 04:25:23 (11 years ago)
Author:
epyon
Message:
  • nmd_loader now (temporarily) holds nmd dump code
  • image_data now holds pixel format information
  • minor cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/assimp_loader.cc

    r291 r292  
    6363bool nv::assimp_loader::load( stream& source )
    6464{
     65        load_assimp_library();
    6566        if ( m_scene != nullptr ) aiReleaseImport( (const aiScene*)m_scene );
    6667        m_scene = nullptr;
    6768        m_mesh_count = 0;
    68         load_assimp_library();
    6969        NV_LOG( nv::LOG_NOTICE, "AssImp loading file..." );
    7070        int size = (int)source.size();
Note: See TracChangeset for help on using the changeset viewer.