Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31680/src/net/sourceforge/bprocessor/gl/tool
Modified Files:
ExtendTool.java
Log Message:
Sensors
Index: ExtendTool.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/ExtendTool.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ExtendTool.java 13 Dec 2007 12:00:49 -0000 1.3
--- ExtendTool.java 4 Feb 2009 15:09:41 -0000 1.4
***************
*** 32,43 ****
/**
! * A tool for push/pulling geometry
! * Should work as follows:
! * When a surface is pressed all its bound and unbound vertexes are found.
! * A bound vertex have edges that is not in the plane of the surface
! * A unbound is the opposite
! * All unbound vertexes are copied and connected to the copy by a edge, the
! * bound are moved in the direction of the edge that bounds it,
! * which should give a push/pull effect
*/
public class ExtendTool extends AbstractPencil {
--- 32,36 ----
/**
! * A tool for extending geometry
*/
public class ExtendTool extends AbstractPencil {
***************
*** 303,307 ****
@Override
public String initialTip() {
! return "Pick a surface to push/pull.";
}
}
--- 296,300 ----
@Override
public String initialTip() {
! return "Pick a surface to extend.";
}
}
|