first commit

This commit is contained in:
Your Name
2022-10-20 20:29:11 +08:00
commit 4d531f8044
3238 changed files with 1387862 additions and 0 deletions

12
3rdparty/osgXR/src/MirrorSettings.cpp vendored Normal file
View 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)
{
}