18 std::vector<unsigned> tex_ids;
19 std::vector<float> durations;
20 unsigned current_image;
21 std::string file_name;
22 std::vector<std::string> files;
49 float checker_lambda, k1, k2, k3, k4, k5, k6, p1, p2, cx, cy, s;
66 void timer_event(
double t,
double dt);
68 bool read_image(
const std::string& _file_name);
70 bool read_images(
const std::string& _file_name,
const std::vector<std::string>& _files);
72 bool save_images(
const std::string& output_file_name);
base class for all drawables, which is independent of the used rendering API.