[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/view AbstractView.java,1.37,1.38
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2005-09-29 15:05:13
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25072/src/net/sourceforge/bprocessor/gl/view Modified Files: AbstractView.java Log Message: Fixed a style-error Index: AbstractView.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/AbstractView.java,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** AbstractView.java 29 Sep 2005 11:26:57 -0000 1.37 --- AbstractView.java 29 Sep 2005 15:05:02 -0000 1.38 *************** *** 391,398 **** void labelSurface(Surface surface) { Vertex from = surface.center(); ! //CoordinateSystem system = surface.coordinateSystem(); ! //Vertex n = system.getN(); Vertex n = surface.normal(); ! n.scale(1/n.length()); Vertex spot = from.add(n); Transformation transformation = transformation(); --- 391,398 ---- void labelSurface(Surface surface) { Vertex from = surface.center(); ! // CoordinateSystem system = surface.coordinateSystem(); ! // Vertex n = system.getN(); Vertex n = surface.normal(); ! n.scale(1 / n.length()); Vertex spot = from.add(n); Transformation transformation = transformation(); |