// SPDX-License-Identifier: LGPL-2.1-only // Copyright (C) 2021 James Hogan #include using namespace osgXR; MirrorSettings::MirrorSettings() : _mirrorMode(MIRROR_AUTOMATIC), _mirrorViewIndex(-1) { }