Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for MovieTexture:
Public Methods | |
MovieTexture (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~MovieTexture () throw () |
Destructor. | |
virtual MovieTexture * | toMovieTexture () const |
void | update (double time) |
virtual void | render (Viewer &viewer, VrmlRenderContext context) |
Render the node. | |
virtual size_t | nComponents () const throw () |
virtual size_t | width () const throw () |
virtual size_t | height () const throw () |
virtual size_t | nFrames () const throw () |
virtual const unsigned char * | pixels () const throw () |
Private Methods | |
virtual void | initializeImpl (double timestamp) throw () |
Initialize. | |
void | processSet_loop (const FieldValue &sfbool, double timestamp) throw (std::bad_cast) |
set_loop eventIn handler. | |
void | processSet_speed (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
set_speed eventIn handler. | |
void | processSet_startTime (const FieldValue &sftime, double timestamp) throw (std::bad_cast) |
set_startTime eventIn handler. | |
void | processSet_stopTime (const FieldValue &sftime, double timestamp) throw (std::bad_cast) |
set_stopTime eventIn handler. | |
void | processSet_url (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_url eventIn handler. | |
Private Attributes | |
SFBool | loop |
SFFloat | speed |
SFTime | startTime |
SFTime | stopTime |
MFString | url |
SFTime | duration |
SFBool | active |
Image * | image |
int | frame |
int | lastFrame |
double | lastFrameTime |
Viewer::TextureObject | texObject |
Friends | |
class | MovieTextureClass |
|
Constructor.
|
|
Destructor.
|
|
Initialize.
Reimplemented from Node. |
|
set_loop eventIn handler.
|
|
set_speed eventIn handler.
|
|
set_startTime eventIn handler.
|
|
set_stopTime eventIn handler.
|
|
set_url eventIn handler.
|
|
Render the node. Render a frame if there is one available.
Reimplemented from Node. |