Hi Artha, The warning is telling you that the OSG hasn't detected support for glTextureRectangle that it's attempting to use to avoid resizing of image to power of two.
What graphics hardware are you using? What OpenGL version does the driver support? Texture rectangle support is now very common these days so I'm surprised you are seeing problems. Robert On Fri, Apr 9, 2010 at 7:39 AM, artha restu <[email protected]> wrote: > Hi, > I installed quicktime sdk, I used CMake to configure and generate (like > exposed in > http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio/VisualStudioPlugins > ). > > When I run osgmovie "C:\Program Files\QuickTime\Sample.mov" I get the > following error: > > > Code: > Warning: TextureRectangle::apply(..) failed, texture rectangle is not support > by your OpenGL drivers. > Warning: detected OpenGL error 'invalid enumerant' after RenderBin::draw(,) > > > > Am I forgetting something? > > ... > > Thank you! > > Cheers, > artha[/code] > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=26611#26611 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

