cleanup FancyCamera implementation

This commit is contained in:
Andrew Meadows 2017-04-12 13:38:14 -07:00
parent a3682a1a0e
commit e60a28620d
2 changed files with 3 additions and 8 deletions

View file

@ -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 {

View file

@ -13,6 +13,7 @@
#include "Camera.h"
// TODO: come up with a better name than "FancyCamera"
class FancyCamera : public Camera {
Q_OBJECT