goat3d

diff goatview/src/goatview.h @ 76:9785847d52d4

bounding boxes calculation (untested) and automatic camera placement in goatview
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 May 2014 13:43:45 +0300
parents 76dea247f75c
children 53ea5b25426e
line diff
     1.1 --- a/goatview/src/goatview.h	Thu May 08 00:50:16 2014 +0300
     1.2 +++ b/goatview/src/goatview.h	Thu May 08 13:43:45 2014 +0300
     1.3 @@ -9,6 +9,8 @@
     1.4  extern goat3d *scene;
     1.5  extern QSettings *settings;
     1.6  
     1.7 +bool load_scene(const char *fname);
     1.8 +
     1.9  class GoatView : public QMainWindow {
    1.10  	Q_OBJECT
    1.11  private: