On 11/06/10 15:13 , Manuel Garea wrote: > Hi, I have a problem with textures: my textures have sizes that are not power > of two, > and I don't want OSG to rescale them. > > OSG show me a message like: > >> Scalling image '...' from (200x200) to (256x256) > > although I'm calling the function texture->setResizeNonPowerOfTwoHint(false); >...
Does your OpenGL driver support non-power-of-two textures? /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

