first commit
This commit is contained in:
12
3rdparty/osgXR/src/MirrorSettings.cpp
vendored
Normal file
12
3rdparty/osgXR/src/MirrorSettings.cpp
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// SPDX-License-Identifier: LGPL-2.1-only
|
||||
// Copyright (C) 2021 James Hogan <james@albanarts.com>
|
||||
|
||||
#include <osgXR/MirrorSettings>
|
||||
|
||||
using namespace osgXR;
|
||||
|
||||
MirrorSettings::MirrorSettings() :
|
||||
_mirrorMode(MIRROR_AUTOMATIC),
|
||||
_mirrorViewIndex(-1)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user