From b437554ae933f99a59054e6589177ca8380a3a97 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 26 Nov 2009 17:21:37 -0500 Subject: Add cameras to grammar. --- dimension/parse.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dimension/parse.h') 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, -- cgit v1.2.3