Skip to content
Snippets Groups Projects
Commit 73d7bd21 authored by Jonathan Kunstwald's avatar Jonathan Kunstwald
Browse files

Minor cleanup

parent 8b689a3c
No related branches found
No related tags found
No related merge requests found
glow-extras @ b3240e00
Subproject commit 74c32ddbaac927c5183e6efaebfc4685ae2fd940
Subproject commit b3240e00800bca11564f343c3b3ad51d89626f67
......@@ -174,7 +174,7 @@ int main()
static auto time = 0.f;
time += dt;
r1->transform(tg::translation(tg::vec3(tg::sin(tg::angle32::from_radians(time * .5f)) * .5f, 0.f, 0.f)));
r1->transform(tg::translation(tg::vec3(tg::sin(tg::radians(time * .5f)) * .5f, 0.f, 0.f)));
// Always a cleared view, resetting accumulation each frame
glow::viewer::view_cleared(r1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment