Ignore:
Timestamp:
Aug 11, 2008, 12:11:33 PM (16 years ago)
Author:
jack
Message:

Almost ready to run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/src/anugavis.hh

    r5600 r5636  
    1010#include "height_quantity.hh"
    1111#include "sww_file.hh"
     12#include "vector.hh"
    1213
    1314using boost::shared_ptr;
     
    2223  void run(void);
    2324private:
     25  void init_camera(void);
    2426  void init_SDL(int width, int height);
    2527  void init_OpenGL(int width, int height);
     28  bool step(void);
     29  Vector eye;
     30  Vector focus;
     31  int frame;
     32  list<shared_ptr<HeightQuantity> > heights;
     33  bool paused;
    2634  SDL_Surface *screen;
    2735  shared_ptr<SWWFile> sww_file;
    28   list<shared_ptr<HeightQuantity> > heights;
    2936};
    3037
Note: See TracChangeset for help on using the changeset viewer.