From e8c288c33a32ceabfe413a5bb9bc647f991bf786 Mon Sep 17 00:00:00 2001 From: Hannes Braun Date: Tue, 18 Jul 2023 21:01:33 +0200 Subject: [PATCH] Add note about MESA_GL_VERSION_OVERRIDE --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5744833..957a142f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Java 1.8 is required to build and run RoboViz. Pre-built binaries for Windows, L Except for the available shortcuts, the information on the [original website](https://sites.google.com/site/umroboviz) is still largely accurate. A complete list of shortcuts is available via a help window opened with the `F1` hotkey. Alternatively, it's also available as a `.html` file in `resources/help/controls.html`. +If you're using Mesa and you're getting an error saying that the profile GL2 is not available, try setting the environment variable `MESA_GL_VERSION_OVERRIDE` to `3.0` when running RoboViz. + ## Command line arguments | Argument | Description |