-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ign command script - Remove server only setting for macOS Enable the sensors server plugin to run on macOS - Initialise the render engine for sensors on the main thread - Platform specific OpenGL context code must be moved elsewhere. - Ensure the active OpenGL context is associated with the render thread post initialisation Enable the Gazebo GUI to run on macOS - Move the RenderThread object to the render thread at the same time as a the OpenGL context Reinstate render synchronisation - Reinstate Ignition / QML serial rendering IgnRenderer::Render. - Allow IgnRenderer::Render to accept a nullptr so it can be called without render sync from the main thread before the render thread is started. Update QML - Add missing properties for tooltopDelay Configure the Qt scene graph to use the Metal backend - Force the gazebo application to use the Metal backend for the Qt scene graph - Move Metal scene graph backend to ign::gui::Application Modify sensors to use Metal - Set the render system parameter to use Metal Default to Metal on macOS, otherwise use OpenGL - Add preprocessor checks to use the Metal graphics API for __APPLE__ Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
- Loading branch information
1 parent
cddc011
commit 5e39eee
Showing
6 changed files
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters