first commit
This commit is contained in:
16
3rdparty/osgXR/src/View.cpp
vendored
Normal file
16
3rdparty/osgXR/src/View.cpp
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// SPDX-License-Identifier: LGPL-2.1-only
|
||||
// Copyright (C) 2021 James Hogan <james@albanarts.com>
|
||||
|
||||
#include <osgXR/View>
|
||||
|
||||
using namespace osgXR;
|
||||
|
||||
View::View(osgViewer::GraphicsWindow *window, osgViewer::View *osgView) :
|
||||
_window(window),
|
||||
_osgView(osgView)
|
||||
{
|
||||
}
|
||||
|
||||
View::~View()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user