-
Notifications
You must be signed in to change notification settings - Fork 24
QnA
Bruno Levy edited this page Aug 10, 2022
·
1 revision
Some OpenGL drivers do not fully implement the functionalities they advertise. Try forcing a lower GLUP profile in the preferences:
- invoke the
File/Preferencesmenu - select the
Advancedtab - for GLUP profile, set
GLUP150 - click on
Save config. - restart Graphite
If problems are still there, try with GLUPES2.
By default, Graphite's CMakefile does not compile geogram binaries
(vorpalite, vorpaview etc...). To build them:
- Edit
GraphiteThree/geogram/CMakeOptions.txt - Remove or comment-out the line with
set(GEOGRAM_LIB_ONLY ON)
Then invoke configure.sh (Linux, MacOS) or double click on configure.bat (Windows).