Panda3D
|
A cellular automaton that generates an amusing pattern of swirling colors. More...
#include "inkblotVideoCursor.h"
Public Member Functions | |
InkblotVideoCursor (InkblotVideo *src) | |
xxx | |
virtual void | fetch_into_buffer (double time, unsigned char *block, bool rgba) |
See MovieVideoCursor::fetch_into_buffer. | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Protected Attributes | |
unsigned char * | _cells |
unsigned char * | _cells2 |
int | _fps |
int | _frames_read |
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.
void InkblotVideoCursor::fetch_into_buffer | ( | double | time, |
unsigned char * | block, | ||
bool | rgba | ||
) | [virtual] |
See MovieVideoCursor::fetch_into_buffer.
Reimplemented from MovieVideoCursor.
Definition at line 89 of file inkblotVideoCursor.cxx.
References MovieVideoCursor::size_x(), and MovieVideoCursor::size_y().