ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/bin/animate/animate.h

This is animate.h in view mode; [Download] [Up]

class script
{
 private:
 int maxline;
 int linenum;
 int topline;
 int looping;
 int bouncing;
 int playing;
 int speed;
 int slow;
 int direct;
 int loaded;
 int gonce;
 FL_OBJECT *my_browser;
 char line[256];
 char commnd[300];
 void show_geom(int);

 public:
 script();
 ~script();
 void init(int, FL_OBJECT *);
 void start_playing();
 void stop_playing();
 void toggle_looping();
 void set_linenum(int);
 void change_speed(int);
 void change_direction(int);
 void toggle_bounce();
 void add_command(char *);
 void do_step();
 void animate();
 void clean();
 void once();
};

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.