[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/tool SelectStrategy.java, 1.28, 1.29
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2008-01-21 15:12:09
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29778/src/net/sourceforge/bprocessor/gl/tool Modified Files: SelectStrategy.java Log Message: improved selection logic Index: SelectStrategy.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/SelectStrategy.java,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** SelectStrategy.java 21 Jan 2008 13:37:21 -0000 1.28 --- SelectStrategy.java 21 Jan 2008 15:12:12 -0000 1.29 *************** *** 257,261 **** Container owner = Project.getInstance().getActiveSpace(); ! Command.Inverse inv = new Command.Inverse(new LinkedList(owner.getSurfaces())); Collection<Geometric> objects; --- 257,261 ---- Container owner = Project.getInstance().getActiveSpace(); ! Command.Inverse inv = new Command.Inverse(owner.mesh()); Collection<Geometric> objects; |