mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#395) Propagate scaleZ to linked views and fixed camera sync issue (offset z must be multiplied by scaleZ)
This commit is contained in:
@@ -108,6 +108,8 @@ public:
|
||||
void setShowFaultsOnly(bool showFaults);
|
||||
bool isGridVisualizationMode() const;
|
||||
|
||||
void setScaleZAndUpdate(double scaleZ);
|
||||
|
||||
// Animation
|
||||
int currentTimeStep() { return m_currentTimeStep;}
|
||||
void setCurrentTimeStep(int frameIdx);
|
||||
|
||||
Reference in New Issue
Block a user