Changeset 282 for trunk/nv/formats/md3_loader.hh
- Timestamp:
- 07/10/14 00:29:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/formats/md3_loader.hh
r241 r282 23 23 namespace nv 24 24 { 25 struct md3_key 26 { 27 transform tform; 28 }; 29 25 30 26 31 class md3_loader : public mesh_loader … … 36 41 virtual tag_map* create_tag_map(); 37 42 private: 38 void load_tags( transform_vector& t,const std::string& tag );43 key_raw_channel* load_tags( const std::string& tag ); 39 44 void* m_md3; 40 41 struct md3_tag42 {43 std::string name;44 transform trans;45 };46 47 std::unordered_map< std::string, md3_tag > m_tags;48 45 }; 49 46
Note: See TracChangeset
for help on using the changeset viewer.