mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-23 12:40:01 -06:00
Fixes to remove warnings and camera distance fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user