goat3d

diff goatview/src/goatview.h @ 95:da100bf13f7f

[goat3d] implemented animation loading [goatview] working on the animation controls
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 19 May 2014 06:42:40 +0300
parents 8b156bc5205b
children 32dccb16678f b43d33f3ba69
line diff
     1.1 --- a/goatview/src/goatview.h	Sun May 18 19:58:47 2014 +0300
     1.2 +++ b/goatview/src/goatview.h	Mon May 19 06:42:40 2014 +0300
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  	// animation controls
     1.6  	QSlider *slider_time;
     1.7 -	QComboBox *cbox_anims;
     1.8 +	QSpinBox *spin_time;
     1.9  	QCheckBox *chk_loop;
    1.10  	QAction *act_play, *act_rewind;
    1.11  
    1.12 @@ -41,6 +41,7 @@
    1.13  	~GoatView();
    1.14  
    1.15  	bool load_scene(const char *fname);
    1.16 +	bool load_anim(const char *fname);
    1.17  
    1.18  	void show_about();
    1.19  };