HI Andrew, Most likely its simply that your tex coords are off. If you are using a TextureRectangle then the tex coords go from 0,0 to width,height rather than 0,0 to 1,1 like on normal textures.
Robert. On 7/12/07, Weitz, Andrew C. <[EMAIL PROTECTED]> wrote:
Hi, My goal is to project an ImageStream onto some geometry. I'm using the QuickTime plugin to read an AVI file as an ImageStream. I can successfully project an Image onto my geometry by using a TexGenNode and TexEnv. My code for projecting an ImageStream is identical, except that I cast the Image to an ImageStream and then call play(). The problem is that I never see the movie; instead, I see a solid gray image projected where the movie should be. Is it possible to do what I'm attempting? Thanks, Andrew _______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/