mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
add option to sessionrecording to override recording stereo depth
This commit is contained in:
@@ -595,6 +595,10 @@ public:
|
||||
|
||||
void binary2ascii(const std::string& filename);
|
||||
|
||||
void setOverrideRecordingStereoDepth(bool override);
|
||||
|
||||
const bool shouldOverrideRecordingStereoDepth() const;
|
||||
|
||||
protected:
|
||||
properties::BoolProperty _renderPlaybackInformation;
|
||||
properties::BoolProperty _ignoreRecordedScale;
|
||||
@@ -740,6 +744,7 @@ protected:
|
||||
double _playbackPauseOffset = 0.0;
|
||||
double _previousTime = 0.0;
|
||||
|
||||
bool _overrideRecordingStereoDepth = false;
|
||||
bool _saveRenderingDuringPlayback = false;
|
||||
double _saveRenderingDeltaTime = 1.0 / 30.0;
|
||||
double _saveRenderingCurrentRecordedTime = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user