Renamed psc to powerscaledcoordinate and pss to powerscaledscalar

This commit is contained in:
Alexander Bock
2014-05-11 14:32:42 +02:00
parent 9bcb848e60
commit 40a2cb1068
14 changed files with 24 additions and 17 deletions
@@ -1,7 +1,7 @@
#ifndef EXTERNALCONTROL_H
#define EXTERNALCONTROL_H
#include <openspace/util/pss.h>
#include <openspace/util/powerscaledscalar.h>
#include <glm/glm.hpp>
#include <glm/gtc/quaternion.hpp>
+2 -2
View File
@@ -26,8 +26,8 @@
#define __RENDERABLE_H__
// open space includes
#include <openspace/util/psc.h>
#include <openspace/util/pss.h>
#include <openspace/util/powerscaledcoordinate.h>
#include <openspace/util/powerscaledscalar.h>
#include <openspace/util/camera.h>
#include <ghoul/misc/dictionary.h>
#include <openspace/properties/propertyowner.h>
+1 -1
View File
@@ -25,7 +25,7 @@
#ifndef __EPHEMERIS_H__
#define __EPHEMERIS_H__
#include <openspace/util/psc.h>
#include <openspace/util/powerscaledcoordinate.h>
#include <ghoul/misc/dictionary.h>
namespace openspace {
@@ -27,7 +27,7 @@
#include <openspace/scenegraph/ephemeris.h>
#include <openspace/util/psc.h>
#include <openspace/util/powerscaledcoordinate.h>
namespace openspace {
@@ -25,8 +25,8 @@
#include "gtest/gtest.h"
#include <openspace/util/psc.h>
#include <openspace/util/pss.h>
#include <openspace/util/powerscaledcoordinate.h>
#include <openspace/util/powerscaledscalar.h>
class PowerscaleCoordinatesTest : public testing::Test {
protected:
+9 -2
View File
@@ -26,7 +26,7 @@
#define __CAMERA_H__
// open space includes
#include <openspace/util/psc.h>
#include <openspace/util/powerscaledcoordinate.h>
// glm includes
#include <glm/glm.hpp>
@@ -38,8 +38,15 @@ namespace openspace {
//class Camera {
//public:
// enum class ProjectionMode {
// Perspective,
// Orthographic,
// Frustum,
// FixedPerspective
// };
//
// Camera();
//
//
// void setPosition(psc pos);
// const psc& position() const;
//
+1 -1
View File
@@ -11,7 +11,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#define PLANET_H
// open space includes
#include <openspace/util/pss.h>
#include <openspace/util/powerscaledscalar.h>
#include <openspace/util/vbo_template.h>
// std includes
+2 -2
View File
@@ -27,8 +27,8 @@
// open space includes
#include <ghoul/opengl/ghoul_gl.h>
#include <openspace/util/psc.h>
#include <openspace/util/pss.h>
#include <openspace/util/powerscaledcoordinate.h>
#include <openspace/util/powerscaledscalar.h>
namespace openspace {