Hey all,
I'm using the latest gemCVS from Jamie last additions to the gemwindow to allow focus (but I can't get the pd.app to work) Anyhow I noticed an issue with this latest release that was not a problem with the earlier versions.
on OSX snap2tex seems to produce currupted textures. There is a garbled line, which looks like part of the framebuffer outside of the gemwindow visible. Attached is a simple feedback patch that should just look black, but does not due to the currupted texturing. Also to note if the feedback object is the same size as the default window (4x4) the feedback process moves downwards, which seems to me that there is some texture offset problem, showing the proper feedback shifted downwards, and showing garbled framebuffer data above it.
If this patch does just look black on all those OSX machines, then I can try another CVS-update-compile but I think Jamie's window changes were the last update?
Thanks Ben
Ok, this one was easy to 'fix'. There was a simple oversight in the window rect creation call. Go to line ~225 in GemWinCreateMac.cpp and find the SetRect() call. You will see where the first y offset had 50 pixels added to it, but the other one does not - this is the 50 pixel discrepancy. I've committed a fix to CVS just now.
The snap2tex issue seems to have been resolved.
cgc
On Feb 10, 2004, at 10:30 AM, ben@ekran.org wrote:
Hey all,
I'm using the latest gemCVS from Jamie last additions to the gemwindow to allow focus (but I can't get the pd.app to work) Anyhow I noticed an issue with this latest release that was not a problem with the earlier versions.
on OSX snap2tex seems to produce currupted textures. There is a garbled line, which looks like part of the framebuffer outside of the gemwindow visible. Attached is a simple feedback patch that should just look black, but does not due to the currupted texturing. Also to note if the feedback object is the same size as the default window (4x4) the feedback process moves downwards, which seems to me that there is some texture offset problem, showing the proper feedback shifted downwards, and showing garbled framebuffer data above it.
If this patch does just look black on all those OSX machines, then I can try another CVS-update-compile but I think Jamie's window changes were the last update?
Thanks Ben
<snap2tex_curruption.pd>