summaryrefslogtreecommitdiff
path: root/src/Camera.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-03-04 03:37:57 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-03-04 03:37:57 (GMT)
commite60b0b74191bbccf7c294b8770509da8e27144e4 (patch)
tree79e54a07a9cf8d6ab4684e7db1dd4b1e84d4ec25 /src/Camera.h
parent80457c9c4675568fb8fd763648576409f97b4b16 (diff)
lol far_far_away should be double not size_t
Diffstat (limited to 'src/Camera.h')
-rw-r--r--src/Camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Camera.h b/src/Camera.h
index d79fc8f..dfc71f8 100644
--- a/src/Camera.h
+++ b/src/Camera.h
@@ -28,6 +28,7 @@ public:
enum ProjectionType { ORTHOGONAL, PERSPECTIVE } projection;
Camera() {
type = Camera::NONE;
+ projection = Camera::PERSPECTIVE;
}
Camera( enum CameraType e )
{
@@ -59,7 +60,6 @@ public:
} else {
assert( "Gimbal cam needs 7 numbers, Vector camera needs 6" );
}
- projection = Camera::PERSPECTIVE;
}
// Vectorcam
contact: Jan Huwald // Impressum