[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/view View.java, 1.157, 1.158
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-10-22 14:33:09
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8751/src/net/sourceforge/bprocessor/gl/view Modified Files: View.java Log Message: New extrusion tool: - Uses the new Space.insert() operations that integrates new geometry with existing geometry. - Direction of extrusion can be changed during extrusion Index: View.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/View.java,v retrieving revision 1.157 retrieving revision 1.158 diff -C2 -d -r1.157 -r1.158 *** View.java 5 Oct 2006 13:50:28 -0000 1.157 --- View.java 22 Oct 2006 14:32:56 -0000 1.158 *************** *** 1747,1751 **** if (frontDomain != null) { ! frontName = frontDomain.getName(); } else { frontName = "None"; --- 1747,1751 ---- if (frontDomain != null) { ! frontName = frontDomain.getDisplayName(); } else { frontName = "None"; *************** *** 1753,1757 **** if (backDomain != null) { ! backName = backDomain.getName(); } else { backName = "None"; --- 1753,1757 ---- if (backDomain != null) { ! backName = backDomain.getDisplayName(); } else { backName = "None"; |