Hi Zach,

On 12/1/06, Zach Deedler <[EMAIL PROTECTED]> wrote:
Thanks for the info!  With that plugin you can also play a movie with this
command:
osgviewer test.avi.movie

But, when you play it with that command it is very slow because it is
scaling an image every frame from (1280,960) to (1024,1024) at least for me.
Anybody know why this is?
osgmovie test.avi.movie works just fine.

I haven't played with the plugin, so I can only presume that its call
movie and creates a texture2D for you.

You could try something like:

  osgmovie -e movie test.avi

Or:

 osgmovie -e movie --movie test.avi

The -e movie here preloads the plugin with extension movie, and --move
tells osgDB to create a TextureRectangle for you.

I'd like things like
osgdistortion test.avi.movie to work.

Yes this will work, although I think the plugin itself is getting in
the way... The plugin shouldn't create a geometry for you, just a
image, that you then create the geometry for separately.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to