|
|
|
@ -6,40 +6,37 @@
|
|
|
|
|
* CStereoOVR
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2014 by authors
|
|
|
|
|
*
|
|
|
|
|
* This file is part of NL3D.
|
|
|
|
|
* NL3D is free software: you can redistribute it and/or modify it
|
|
|
|
|
* under the terms of the GNU Affero General Public License as
|
|
|
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
|
|
|
* License, or (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* NL3D is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
|
|
|
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General
|
|
|
|
|
* Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU Affero General Public
|
|
|
|
|
* License along with NL3D. If not, see
|
|
|
|
|
* <http://www.gnu.org/licenses/>.
|
|
|
|
|
*
|
|
|
|
|
* Linking this library statically or dynamically with other modules
|
|
|
|
|
* is making a combined work based on this library. Thus, the terms
|
|
|
|
|
* and conditions of the GNU General Public License cover the whole
|
|
|
|
|
* combination.
|
|
|
|
|
*
|
|
|
|
|
* As a special exception, the copyright holders of this library give
|
|
|
|
|
* you permission to link this library with the Oculus SDK to produce
|
|
|
|
|
* an executable, regardless of the license terms of the Oculus SDK,
|
|
|
|
|
* and distribute linked combinations including the two, provided that
|
|
|
|
|
* you also meet the terms and conditions of the license of the Oculus
|
|
|
|
|
* SDK. You must obey the GNU General Public License in all respects
|
|
|
|
|
* for all of the code used other than the Oculus SDK. If you modify
|
|
|
|
|
* this file, you may extend this exception to your version of the
|
|
|
|
|
* file, but you are not obligated to do so. If you do not wish to do
|
|
|
|
|
* so, delete this exception statement from your version.
|
|
|
|
|
*/
|
|
|
|
|
// NeL - MMORPG Framework <https://wiki.ryzom.dev/>
|
|
|
|
|
// Copyright (C) 2013-2014 Jan BOON (Kaetemi) <jan.boon@kaetemi.be>
|
|
|
|
|
//
|
|
|
|
|
// This program is free software: you can redistribute it and/or modify
|
|
|
|
|
// it under the terms of the GNU Affero General Public License as
|
|
|
|
|
// published by the Free Software Foundation, either version 3 of the
|
|
|
|
|
// License, or (at your option) any later version.
|
|
|
|
|
//
|
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
// GNU Affero General Public License for more details.
|
|
|
|
|
//
|
|
|
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
|
|
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
//
|
|
|
|
|
// Linking this library statically or dynamically with other modules
|
|
|
|
|
// is making a combined work based on this library. Thus, the terms
|
|
|
|
|
// and conditions of the GNU General Public License cover the whole
|
|
|
|
|
// combination.
|
|
|
|
|
//
|
|
|
|
|
// As a special exception, the copyright holders of this library give
|
|
|
|
|
// you permission to link this library with the Oculus SDK to produce
|
|
|
|
|
// an executable, regardless of the license terms of the Oculus SDK,
|
|
|
|
|
// and distribute linked combinations including the two, provided that
|
|
|
|
|
// you also meet the terms and conditions of the license of the Oculus
|
|
|
|
|
// SDK. You must obey the GNU General Public License in all respects
|
|
|
|
|
// for all of the code used other than the Oculus SDK. If you modify
|
|
|
|
|
// this file, you may extend this exception to your version of the
|
|
|
|
|
// file, but you are not obligated to do so. If you do not wish to do
|
|
|
|
|
// so, delete this exception statement from your version.
|
|
|
|
|
|
|
|
|
|
#ifndef NL3D_STEREO_OVR_04_H
|
|
|
|
|
#define NL3D_STEREO_OVR_04_H
|
|
|
|
|