Fixes to remove warnings and camera distance fix

This commit is contained in:
Jonas Strandstedt
2014-05-06 12:45:18 -04:00
parent d09a1e0b54
commit 541f080bfe
3 changed files with 11 additions and 5 deletions

View File

@@ -35,9 +35,9 @@ namespace openspace {
Camera::Camera()
: _scaling(1.f, 0.f)
: _cameraDirection(0.f, 0.f, 0.f)
, _scaling(1.f, 0.f)
, _viewRotation(glm::quat(glm::vec3(0.f, 0.f, 0.f)))
, _cameraDirection(0.f, 0.f, 0.f)
{
}