mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +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
|
||||
//
|
||||
// Copyright 2017 High Fidelity, Inc.
|
||||
|
@ -8,15 +8,9 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
//#include <glm/gtx/quaternion.hpp>
|
||||
|
||||
//#include <SharedUtil.h>
|
||||
//#include <EventTypes.h>
|
||||
#include "FancyCamera.h"
|
||||
|
||||
#include "Application.h"
|
||||
#include "FancyCamera.h"
|
||||
//#include "Menu.h"
|
||||
//#include "Util.h"
|
||||
|
||||
|
||||
QUuid FancyCamera::getCameraEntity() const {
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include "Camera.h"
|
||||
|
||||
// TODO: come up with a better name than "FancyCamera"
|
||||
class FancyCamera : public Camera {
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Reference in a new issue