MCPcopy 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
856void Camera::IncrementProgress() {
857 ++interp_progress;
858 if (interp_progress >= interp_steps) {
859 interp_progress = 0;
860 }
861}
862
863mat4 Camera::GetViewMatrix() {
864 mat4 view_mat;

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected