Changeset 480 for trunk/nv/interface/animated_mesh.hh
- Timestamp:
- 11/03/15 19:06:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/interface/animated_mesh.hh
r477 r480 22 22 { 23 23 24 #if 0 24 25 class animation_entry 25 26 { … … 51 52 uint32 m_fend; /// end time (in frames) 52 53 }; 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 67 55 68 56 }
Note: See TracChangeset
for help on using the changeset viewer.