Changes between Initial Version and Version 1 of Ticket #3606, comment 3
- Timestamp:
- 07/14/18 11:37:17 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #3606, comment 3
initial v1 1 If I remove line 480 in lib/ogsf/gsd_prim.c {{{glXSwapBuffers}}}, I'm getting a similar result. Nviz draws to the back buffer and OGSF copies the back buffer to the front before saving an image. You might be doing double swapping for some reason. Please try the following patch .1 If I remove line 480 in lib/ogsf/gsd_prim.c {{{glXSwapBuffers}}}, I'm getting a similar result. Nviz draws to the back buffer and OGSF copies the back buffer to the front before saving an image. You might be doing double swapping for some reason. Please try the following patch and let me know what output you get from stderr.