Subject: CGAL users discussion list
List archive
- From: Sebastien Loriot <>
- To:
- Subject: Re: [cgal-discuss] OpenGL problem in CGAL
- Date: Thu, 7 Jan 2021 08:46:58 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:v7f9LBShDPgsvpW2eJDwNAyZCtpsv+yvbD5Q0YIujvd0So/mwa67ZBCGt8tkgFKBZ4jH8fUM07OQ7/m/HzZcuN3b4TgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrrwjdrNcajIR/Jqo+1BfEpmZDdvhLy29vOV+dhQv36N2q/J5k/SRQuvYh+NBFXK7nYak2TqFWASo/PWwt68LlqRfMTQ2U5nsBSWoWiQZHAxLE7B7hQJj8tDbxu/dn1ymbOc32Sq00WSin4qx2RhLklDsLOjgk+2zRl8d+jr9UoAi5qhJi3YDUboGbOvlwcKzTctwVR3ZOUMlKWixdAY6xdZcDA/YPMOtaqYT2ulsArQG5BQmpHO7h1yFHiWTs0q0hz+QhEB/J3Ao9FNwIt3TUttT1NKAOUeuoy6TI1jHDb/RM2Tf874jIbgotofSIXb9rfsrRzFMgFwLBjlmKtYPlODaV2/0LvmOG4OVuSfihhHQ7qwFtvDev3MEsh5HVio8U113J6yd0zJopKNO4R0N2f9CqHYZSuiyaKod7QN0vTm90tSokzrAKpZC2cSkKxZknxBPSafKJf5WG7x//UuuaPDl2hHVgeL2lhhay91Ctyuz6Vsmu0VZFtDBJktfWtn0Lyhfd6dCHR+Nj8ku93TuDzQPe5+FeLUwpi6bWKIQtz7E+m5YLr0jMBDP6lFjzgaCIakkr4O2l5/r7brn7o5KROZV7hh/iPqkrhMCzHP83PwkLUmSG5+ix2r3u8EjkT7pUivA7nKzUvZDZKMkauqG0BRJe3Jw55BalFTim1cwVnXkZI1JBfxKKl43pNEvPIPD8FPu+jVGsnCpyy/DIMbDsDI/BLnfEkLfmcrZ971BTxBAvwtBY4pJYErABIPTtVU/trNHUEAM1Pgiuz+vkCNhxzJ4SVXyMD6ODP67fv0eE5uc1LOmNYI8Vtiz9K/8g5/P2ln85nVgdfbOo3ZsQdHC0BPFmI0GCbHrjh9cOC2YKvg4kQOP2j12CVCZfZ2yuUKIk+jE7FIWmAJ/fSYCimrOB2D63EYBXZmBdFl+MDGzod56fVvcXaCOSJ9dhnSYeWbigTY8hzxCuuxXgx7ppNOqHshAero/pgdhp+/XIx1Z17i1xF83b0meXTmgykHlPXC4zxKk4oEpzzRCI3qF8xvBZDtdO/OgabwEhKJTgwvxmXtDuRhraLJDOU0ejWtzgADcrT9t3zcVJeFd4A9zljxbN2G2hDLYR0rCKH5cp6bmP43+kLMl0zzPK1bIqkkI9aspJL2yvwKBlpCbJAIucqEiTnr22dKkalArK7maE0SLap0VfSg93TePAWVgQY0LXqZLy4UaUHOzmMqguLgYUkZ3KEaBNcNC81QwXFsemA8zXZieKo0n1AB+Jwr2Wa4+zIjcS2SzcDA4PlAVBpC/bZzh7PT+opiflNBIrFV/rZBmxo+x3qXf+UUptig/WNAtu0L26/hNTjvuZGatKguA0/Rw5ojAxJ26TmsrMAoPZ9QVkdaRYJ9g65QUf2A==
What version of CGAL are you using?
Sebastien
On 1/5/21 8:47 PM, David Rochera wrote:
Hello, I'm new in CGAL and in this mailing list,
I have been trying for many days to solve an OpenGL problem I have when running some CGAL examples and demos but I could not solve it yet. If some of you know the answer to this question I would be very grateful. :)
I'm using a fairly new Mac OS, where I have installed the last versions of CGAL, Qt5 and many other optional libraries. The OpenGL support was discontinued for Apple some years ago, so that my GL Core version is up to 4.1. The problem is that after compiling and running some CGAL examples and demos I get the warning:
GL 4.3 context initialization failed.
Using context 2 . 1 GL
This results in not being able to see vertices nor edges in the Basic_viewer. I'm wondering how the 4.1 context could be set in order to avoid such an issue. Looking at the CGAL Qt files, I can guess that the 4.3 context is tried to be set and, if not found, the ES 2.0 context is displayed instead. Nevertheless, I guess there should be a way to display the highest possible Mac OS context 4.1 because the Polyhedron demo, for instance, works fine for me. If I run it, I can see vertices and edges and indeed I get:
Using context 4 . 1 GL
If the problem is regarding the OS, there should be many affected CGAL users but I haven't found many people speaking about it in any forum... so I don't know if I'm missing something.
Thank you very much and best wishes,
David
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/05/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Sebastien Loriot, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/13/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/13/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/14/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/14/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/14/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/13/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Sebastien Loriot, 01/07/2021
Archive powered by MHonArc 2.6.19+.