diff options
| author | realtradam <[email protected]> | 2023-06-22 20:30:29 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-22 20:30:29 -0400 |
| commit | c322c17a69fc756b494124d4deab6909ee9134cb (patch) | |
| tree | 21236c503cf01b018646e5562573b74f8727f8a3 /src/gfx/irodeo_gfx_t.h | |
| parent | a4aca2a3c3084882eb2a3912ef3f87e02153c74a (diff) | |
| download | RodeoKit-c322c17a69fc756b494124d4deab6909ee9134cb.tar.gz RodeoKit-c322c17a69fc756b494124d4deab6909ee9134cb.zip | |
implement 2d camera system
Diffstat (limited to 'src/gfx/irodeo_gfx_t.h')
| -rw-r--r-- | src/gfx/irodeo_gfx_t.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx/irodeo_gfx_t.h b/src/gfx/irodeo_gfx_t.h index 1aa1778..7616db3 100644 --- a/src/gfx/irodeo_gfx_t.h +++ b/src/gfx/irodeo_gfx_t.h @@ -61,6 +61,7 @@ struct irodeo_gfx_dimensions_extra_t dimensions_extra; rodeo_math_mat4_t matrix_stack_top; stc_gfx_matrix_stack matrix_stack; + rodeo_math_mat4_t camera_2d_matrix; } irodeo_gfx_state_t; |
