Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ IncrementProgress
Method
IncrementProgress
Source/Graphics/camera.cpp:856–861 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
854
}
855
856
void Camera::IncrementProgress() {
857
++interp_progress;
858
if (interp_progress >= interp_steps) {
859
interp_progress = 0;
860
}
861
}
862
863
mat4 Camera::GetViewMatrix() {
864
mat4 view_mat;
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected