summaryrefslogtreecommitdiff
path: root/src/graphics_c3.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-03-07 05:31:38 -0600
committerepoch <epoch@hacking.allowed.org>2020-03-07 05:31:38 -0600
commitcedfda9327b862a03fcf2090ee6763db6040eebb (patch)
tree551cd5969b4232e8177568372757470a516c49b1 /src/graphics_c3.h
parent129e70d0f557031c48dfb4ea0b8c5c0ea603a250 (diff)
downloadhackvr-cedfda9327b862a03fcf2090ee6763db6040eebb.tar.gz
hackvr-cedfda9327b862a03fcf2090ee6763db6040eebb.zip
moved the group_rotation based transformations into a function in math.c so I could reuse it for the new "flatten" command.
Diffstat (limited to 'src/graphics_c3.h')
-rw-r--r--src/graphics_c3.h1
1 files changed, 1 insertions, 0 deletions
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 {