Documentation



Developed by The Demo Factory:
Kevin Brunner
, Tim Davison,
Ed Allard, Bob Penrod

Class SoDMBufferMovieEngine

SoDMBufferMovieEngine renders a movie to it's outputs: textureBits and linearBits. These outputs are typically tied to an SoSFDMBufferImage (such as the image field of an SoDMBufferTexture2 node.

The scale varable is adjusted, based on the size of the movie, to properly scale downstream textures when connected to an SoDMBufferTexture2 object.

Fields from class SoDMBufferEngine:

    SoEngineOutput textureBits;
    SoEngineOutput linearBits;
    SoEngineOutput scale;
 

See Also:
SoDMBufferDMICMovieEngine.html

Method Index

 o SoDMBufferMovieEngine( )
Constructor

 o start( )
Resume dynamically updating the current video image.

 o stop( )
Stop dynamically updating the current video image.

Methods

 o SoDMBufferMovieEngine
  SoDMBufferMovieEngine( void )
	
Constructor

 o start
  virtual void start( void )
	
Resume dynamically updating the current video image.

 o stop
  virtual void stop( void )
	
Stop dynamically updating the current video image.