summaryrefslogtreecommitdiff
path: root/src/vk/view_3d.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/view_3d.hpp')
-rw-r--r--src/vk/view_3d.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vk/view_3d.hpp b/src/vk/view_3d.hpp
index 52146df..c5a803b 100644
--- a/src/vk/view_3d.hpp
+++ b/src/vk/view_3d.hpp
@@ -31,7 +31,7 @@ struct View3D: public View2D
std::vector<VkDescriptorSet> descriptor_sets_3d;
std::shared_ptr<glm::vec3> camera_position;
- std::shared_ptr<glm::vec3> camera_rotation;
+ std::shared_ptr<glm::quat> camera_orientation;
View3D(glm::vec4 region, float projection_width, float projection_height);
~View3D();