diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-08-24 21:33:54 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-08-24 21:33:54 (GMT) |
commit | 395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c (patch) | |
tree | 7cbef75ea979728de0b0940c32698460d5d2596a /tksao/frame/parser.Y | |
parent | b3818336d6da51ef552922675b1d41a2517efd09 (diff) | |
download | blt-395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c.zip blt-395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c.tar.gz blt-395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c.tar.bz2 |
add 3d match/lock support
Diffstat (limited to 'tksao/frame/parser.Y')
-rw-r--r-- | tksao/frame/parser.Y | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tksao/frame/parser.Y b/tksao/frame/parser.Y index 8acd4b4..1f9736c 100644 --- a/tksao/frame/parser.Y +++ b/tksao/frame/parser.Y @@ -752,9 +752,6 @@ threedHighlite : yesno {fr->set3dHighliteCmd($1);} threedView : numeric numeric {fr->set3dViewCmd($1,$2);} | POINT_ numeric numeric numeric numeric numeric {fr->set3dViewPointCmd(Vector3d($2,$3,$4),Vector($5,$6));} - | BEGIN_ numeric numeric {fr->view3dBeginCmd($2,$3);} - | MOTION_ numeric numeric {fr->view3dMotionCmd($2,$3);} - | END_ numeric numeric {fr->view3dEndCmd($2,$3);} ; analysis : RESET_ {fr->analysisMarkersResetCmd();} |