[Bprocessor-commit] /gl/src/net/sourceforge/bprocessor/gl/view Display.java, 1.76, 1.77
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2007-12-30 23:29:17
|
Update of /cvsroot/bprocessor//gl/src/net/sourceforge/bprocessor/gl/view In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18744/src/net/sourceforge/bprocessor/gl/view Modified Files: Display.java Log Message: Renamed onlyPlane to showPlane Index: Display.java =================================================================== RCS file: /cvsroot/bprocessor//gl/src/net/sourceforge/bprocessor/gl/view/Display.java,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** Display.java 30 Dec 2007 23:22:32 -0000 1.76 --- Display.java 30 Dec 2007 23:29:10 -0000 1.77 *************** *** 716,720 **** paint(zaxis, darkgrey); } ! if (system.onlyPlane()) { int dist = 10; gl.glDepthMask(false); --- 716,720 ---- paint(zaxis, darkgrey); } ! if (system.showPlane()) { int dist = 10; gl.glDepthMask(false); |