Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
void Camera::translate(const glm::vec3 &delta)
100
{
101
this->position += delta;
102
update_view_matrix();
103
}
104
105
void Camera::update(float deltaTime)
106
{
Callers
2
handle_mouse_move
Method · 0.80
handle_mouse_move
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected