alicevision / geogram

Git mirror of the geogram library by INRIA
https://github.com/BrunoLevy/geogram
BSD 3-Clause "New" or "Revised" License
123 stars 54 forks source link

win10 cannot draw tetrahedral #12

Open Haikuana opened 4 years ago

Haikuana commented 4 years ago

glupBegin(GLUP_TETRAHEDRA) shows error in "geogram_demo_GLUP" but it success on linux platform or Win7!

could you please figure out the reason?

BrunoLevy commented 4 years ago

Yes, some users encountered the problem with some GPUs/drivers. Try creating a file called geogram.ini in the "My documents" folder with: gfx:GLUP_profile=GLUPES2 (it will use a less efficient graphics backend that appears to work more often)