Changeset 292 for trunk/src/formats/assimp_loader.cc
- Timestamp:
- 07/26/14 04:25:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/assimp_loader.cc
r291 r292 63 63 bool nv::assimp_loader::load( stream& source ) 64 64 { 65 load_assimp_library(); 65 66 if ( m_scene != nullptr ) aiReleaseImport( (const aiScene*)m_scene ); 66 67 m_scene = nullptr; 67 68 m_mesh_count = 0; 68 load_assimp_library();69 69 NV_LOG( nv::LOG_NOTICE, "AssImp loading file..." ); 70 70 int size = (int)source.size();
Note: See TracChangeset
for help on using the changeset viewer.