goat3d

diff goatview/src/goatview.h @ 90:8b156bc5205b

[maxgoat] fixed the transform export bug [goatview] added widgets for the animation controls [goatview] added a grid ground plane with automatic sizing and transitions from size to size
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 May 2014 06:26:24 +0300
parents 7941e89798e5
children da100bf13f7f
line diff
     1.1 --- a/goatview/src/goatview.h	Fri May 16 05:23:10 2014 +0300
     1.2 +++ b/goatview/src/goatview.h	Sat May 17 06:26:24 2014 +0300
     1.3 @@ -21,6 +21,12 @@
     1.4  	QTreeView *treeview;
     1.5  	SceneModel *scene_model;
     1.6  
     1.7 +	// animation controls
     1.8 +	QSlider *slider_time;
     1.9 +	QComboBox *cbox_anims;
    1.10 +	QCheckBox *chk_loop;
    1.11 +	QAction *act_play, *act_rewind;
    1.12 +
    1.13  	void closeEvent(QCloseEvent *ev);
    1.14  	bool make_menu();
    1.15  	bool make_dock();