diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index f0bc994..d6c6b0e 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -29,6 +29,16 @@ typedef enum { DMNSN_AST_SCALE, DMNSN_AST_TRANSLATION, + DMNSN_AST_CAMERA, + DMNSN_AST_PERSPECTIVE, + DMNSN_AST_LOCATION, + DMNSN_AST_RIGHT, + DMNSN_AST_UP, + DMNSN_AST_SKY, + DMNSN_AST_ANGLE, + DMNSN_AST_LOOK_AT, + DMNSN_AST_DIRECTION, + DMNSN_AST_BACKGROUND, DMNSN_AST_BOX, |