From a63a5fd647a2117885e70954181ea7164e470bb3 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 27 Oct 2021 11:58:40 +0300 Subject: feat: add camera rotation --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b14ef5b..d5c8278 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,7 @@ fn main() { time: 0.0, }; - for _round in 0..1 { + for _round in 0..20 { for i in 0..60 { // 1 sin round cam.time = (i as f32 / 60.0) * 2.0 * PI; -- cgit v1.2.3