From cedfda9327b862a03fcf2090ee6763db6040eebb Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 7 Mar 2020 05:31:38 -0600 Subject: moved the group_rotation based transformations into a function in math.c so I could reuse it for the new "flatten" command. --- src/graphics_c3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphics_c3.h') diff --git a/src/graphics_c3.h b/src/graphics_c3.h index b609721..56d85b7 100644 --- a/src/graphics_c3.h +++ b/src/graphics_c3.h @@ -26,6 +26,7 @@ struct gra_global { c2_t dragstart[10];//mouse coordinates where a drag was started c3_rot_t oldcamera; int maxshapes; + int fieldofview; }; typedef struct { -- cgit v1.2.3