Changeset 432 for trunk/src/formats
- Timestamp:
- 07/21/15 14:12:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/assimp_loader.cc
r431 r432 8 8 9 9 #include "nv/interface/data_channel_access.hh" 10 #include "nv/stl/ unordered_map.hh"10 #include "nv/stl/hash_store.hh" 11 11 #include "nv/lib/assimp.hh" 12 12 … … 288 288 const aiScene* scene = reinterpret_cast<const aiScene*>( m_scene ); 289 289 mesh_nodes_data* result = new mesh_nodes_data( make_name( "bones" ) ); 290 hash ed_table< shash64, uint16 > names;290 hash_store< shash64, uint16 > names; 291 291 for ( unsigned int m = 0; m < m_mesh_count; ++m ) 292 292 {
Note: See TracChangeset
for help on using the changeset viewer.