Ignore:
Timestamp:
07/17/15 13:34:28 (10 years ago)
Author:
epyon
Message:
  • mesh formats now support string loading via string_table
  • nmd string_table dump
  • fixes all around
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/formats/md2_loader.hh

    r416 r425  
    2424        {
    2525        public:
    26                 md2_loader();
     26                explicit md2_loader( string_table* strings );
    2727                virtual ~md2_loader();
    2828                virtual bool load( stream& source );
     
    3636        private:
    3737                void* m_md2;
     38                string_table* m_strings;
    3839                vector< uint16 > m_new_indexes;
    3940                vector< uint16 > m_new_vindexes;
Note: See TracChangeset for help on using the changeset viewer.