MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / translate

Method translate

framework/camera_core.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void Camera::translate(const glm::vec3 &delta)
100{
101 this->position += delta;
102 update_view_matrix();
103}
104
105void Camera::update(float deltaTime)
106{

Callers 2

handle_mouse_moveMethod · 0.80
handle_mouse_moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected