Panda3D
|
A cellular automaton that generates an amusing pattern of swirling colors. More...
#include "inkblotVideoCursor.h"
Public Member Functions | |
InkblotVideoCursor (InkblotVideo *src) | |
xxx | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
virtual | PT (Buffer) fetch_buffer() |
virtual bool | set_time (double time, int loop_count) |
See MovieVideoCursor::set_time(). | |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Protected Attributes | |
unsigned char * | _cells |
unsigned char * | _cells2 |
int | _current_frame |
int | _fps |
int | _last_frame |
A cellular automaton that generates an amusing pattern of swirling colors.
Definition at line 28 of file inkblotVideoCursor.h.
InkblotVideoCursor::InkblotVideoCursor | ( | InkblotVideo * | src | ) |
xxx
Definition at line 55 of file inkblotVideoCursor.cxx.
bool InkblotVideoCursor::set_time | ( | double | time, |
int | loop_count | ||
) | [virtual] |
See MovieVideoCursor::set_time().
Reimplemented from MovieVideoCursor.
Definition at line 91 of file inkblotVideoCursor.cxx.