summaryrefslogtreecommitdiffstats
path: root/tksao/frame/parser.Y
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-24 21:33:54 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-24 21:33:54 (GMT)
commit395cc8ac191b8820f4b1fb066d5cc82ccf4ab56c (patch)
tree7cbef75ea979728de0b0940c32698460d5d2596a /tksao/frame/parser.Y
parentb3818336d6da51ef552922675b1d41a2517efd09 (diff)
downloadblt-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.Y3
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();}