mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:52:57 +02:00
cleanup FancyCamera implementation
This commit is contained in:
parent
a3682a1a0e
commit
e60a28620d
2 changed files with 3 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Camera.cpp
|
// FancyCamera.cpp
|
||||||
// interface/src
|
// interface/src
|
||||||
//
|
//
|
||||||
// Copyright 2017 High Fidelity, Inc.
|
// Copyright 2017 High Fidelity, Inc.
|
||||||
|
@ -8,15 +8,9 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
//#include <glm/gtx/quaternion.hpp>
|
#include "FancyCamera.h"
|
||||||
|
|
||||||
//#include <SharedUtil.h>
|
|
||||||
//#include <EventTypes.h>
|
|
||||||
|
|
||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
#include "FancyCamera.h"
|
|
||||||
//#include "Menu.h"
|
|
||||||
//#include "Util.h"
|
|
||||||
|
|
||||||
|
|
||||||
QUuid FancyCamera::getCameraEntity() const {
|
QUuid FancyCamera::getCameraEntity() const {
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
|
|
||||||
|
// TODO: come up with a better name than "FancyCamera"
|
||||||
class FancyCamera : public Camera {
|
class FancyCamera : public Camera {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue