Clean up camera class

This commit is contained in:
Kalle Bladin
2016-05-20 12:03:05 -04:00
parent 74f190ef7e
commit 3ff322c282

View File

@@ -189,9 +189,9 @@ namespace openspace {
};
// State of the camera
SyncData<Vec3> _position;
SyncData<Quat> _rotation;
SyncData<glm::vec2> _scaling;
SyncData<Vec3> _position;
Vec3 _focusPosition;
float _maxFov;