Ignore:
Timestamp:
11/03/15 19:06:23 (10 years ago)
Author:
epyon
Message:
  • cleanup of legacy code
  • resource updates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/interface/animated_mesh.hh

    r477 r480  
    2222{
    2323
     24#if 0
    2425        class animation_entry
    2526        {
     
    5152                uint32  m_fend;    /// end time (in frames)
    5253        };
    53 
    54         class animated_mesh : public mesh_interface
    55         {
    56         public:
    57                 animated_mesh() {}
    58                 virtual void update_animation( animation_entry&, uint32 ) {}
    59                 virtual void run_animation( animation_entry& ) {}
    60                 virtual transform get_node_transform( uint32 ) const { return transform(); }
    61                 virtual mat4 get_node_matrix( uint32 ) const { return mat4(); }
    62                 virtual uint32 get_node_count() const { return 0; }
    63                 virtual sint16 get_parent_id() const { return -1; }
    64 
    65         };
    66 
     54#endif
    6755
    6856}
Note: See TracChangeset for help on using the changeset viewer.