Re: [osg-users] Building OSG on Ubuntu 20.04 with GLCORE profile

2021-04-05 Thread Broi, Franco
I'm using OSG on Linux Mint and CentOS with Gtk. From my notes all I did was: CMakeLists.txt 461c461 < SET(OPENGL_PROFILE "GL3" CACHE STRING "OpenGL Profile to use, choose from GL1, GL2, GL3, GLES1, GLES2, GLES3") --- > SET(OPENGL_PROFILE "GL2" CACHE STRING "OpenGL Profile to use, choose from

[osg-users] Signal 11 after calling setPostDrawCallback(NULL)

2023-03-05 Thread Broi, Franco
Hi, I have an application that takes a snapshot of the scene using setPostDrawCallback(capture), which gets the image and writes it to a file but on completion setting setPostDrawCallback(NULL) crashes on the next expose. #4 0x7f681bf08520 in () at /lib/x86_64-linux-gnu/libc.so.6 #5