X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=types.h;h=91813eedfc1a061a27607f34a35a2f5d319fc07b;hp=197eb03f12ae0f8658a2c9a628bb9a3a2aef578c;hb=c0ede11eba8b0b5ebfd1a177a630a5d33cc0842b;hpb=ae7da963e8c91eb4463b8c9f60d0b82c4a2155ce diff --git a/types.h b/types.h index 197eb03..91813ee 100644 --- a/types.h +++ b/types.h @@ -35,7 +35,7 @@ typedef struct { } texture; -typedef GLfloat vector[3]; // Vector datatyle +typedef GLfloat vector[3]; // Vector datatype typedef struct { GLfloat parameter; // Transform amount @@ -75,5 +75,11 @@ enum menu { M_LIGHT_RGBALL_LIGHT_2 }; -#endif /* TYPES_H */ +// Manipulation states +enum manipulateStates { + STATE_CAMERA_ROTATE_MOVE, + STATE_OBJECT_POSITION_SCALE, + STATE_OBJECT_ROTATION_TEXTURE_SCALE +}; +#endif /* TYPES_H */ \ No newline at end of file