15 #ifndef INKBLOTVIDEO_H 16 #define INKBLOTVIDEO_H 18 #include "movieVideo.h" 44 static void init_type() {
45 MovieVideo::init_type();
46 register_type(_type_handle,
"InkblotVideo",
47 MovieVideo::get_class_type());
50 return get_class_type();
52 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
58 #include "inkblotVideo.I" A cellular automaton that generates an amusing pattern of swirling colors.
A MovieVideo is actually any source that provides a sequence of video frames.
A cellular automaton that generates an amusing pattern of swirling colors.
A MovieVideo is actually any source that provides a sequence of video frames.
TypeHandle is the identifier used to differentiate C++ class types.