mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#80) Added navigation modes
New navigation modes: GeoQuest and RMS. In addition, right mouse button can now be used for panning in CAD navigation mode.
This commit is contained in:
@@ -61,7 +61,9 @@ public:
|
||||
enum RINavigationPolicy
|
||||
{
|
||||
NAVIGATION_POLICY_CEETRON,
|
||||
NAVIGATION_POLICY_CAD
|
||||
NAVIGATION_POLICY_CAD,
|
||||
NAVIGATION_POLICY_GEOQUEST,
|
||||
NAVIGATION_POLICY_RMS
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user