Re: [osg-users] Generate MipMap bug

2008-08-22 Thread Mark Sciabica
Hi Robert, I attached the modified Texture2D.cpp as well as the sample program illustrating the bug. Regards, Mark Robert Osfield wrote: HI Mark, Could you send the whole test example and whole changed file as copying and pasting from emails leads to various errors. Cheers, Robert. On Th

Re: [osg-users] Generate MipMap bug

2008-08-22 Thread Robert Osfield
HI Mark, Could you send the whole test example and whole changed file as copying and pasting from emails leads to various errors. Cheers, Robert. On Thu, Aug 21, 2008 at 8:00 PM, Mark Sciabica <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm in the process of upgrading 2.2 ->2.6 and came across a bu

[osg-users] Generate MipMap bug

2008-08-21 Thread Mark Sciabica
Hi All, I'm in the process of upgrading 2.2 ->2.6 and came across a bug in mipmap generation. For NPOT textures when the ResizeNonPowerOfTwoHint is false, I'm not getting textures applied correctly. Sample program demonstrating the bug: #include #include #include #include