Update of /cvsroot/bprocessor//model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13093/src/net/sourceforge/bprocessor/model
Modified Files:
ClippingPlane.java
Log Message:
removed update() call in clippingplane to avoid recalc of intersectonpoints for the clipping before the model have been loaded
Index: ClippingPlane.java
===================================================================
RCS file: /cvsroot/bprocessor//model/src/net/sourceforge/bprocessor/model/ClippingPlane.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** ClippingPlane.java 13 Nov 2007 12:19:29 -0000 1.23
--- ClippingPlane.java 16 Nov 2007 11:46:50 -0000 1.24
***************
*** 65,69 ****
this.toModel = new HashMap();
Project.getInstance().addObserver(this);
- update();
}
--- 65,68 ----
***************
*** 317,321 ****
public void setActive(boolean isActive) {
this.isActive = isActive;
- update();
}
--- 316,319 ----
|