From 1a53fb6061688d3204e48d8617e9fed50a04b204 Mon Sep 17 00:00:00 2001 From: Pushkar Joshi Date: Fri, 6 Apr 2012 11:41:21 -0700 Subject: Don't update the plane matrix of subpaths that already have a plane matrix --- js/lib/geom/sub-path.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/lib') diff --git a/js/lib/geom/sub-path.js b/js/lib/geom/sub-path.js index bca4e1c5..d784fbc6 100755 --- a/js/lib/geom/sub-path.js +++ b/js/lib/geom/sub-path.js @@ -338,6 +338,10 @@ GLSubpath.prototype.setPlaneMatrix = function(planeMat){ this._planeMat = planeMat; }; +GLSubpath.prototype.getPlaneMatrix = function(){ + return this._planeMat; +}; + GLSubpath.prototype.setDragPlane = function(p){ this._dragPlane = p; }; -- cgit v1.2.3