[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model/plugin PhysicsSurface.java, 1.4, 1.
Status: Pre-Alpha
Brought to you by:
henryml
From: Sebastian G. <sg...@us...> - 2011-05-09 12:32:54
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/plugin In directory vz-cvs-2.sog:/tmp/cvs-serv20076/src/net/sourceforge/bprocessor/model/plugin Modified Files: PhysicsSurface.java Log Message: Index: PhysicsSurface.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/plugin/PhysicsSurface.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PhysicsSurface.java 9 May 2011 12:24:51 -0000 1.4 --- PhysicsSurface.java 9 May 2011 12:32:50 -0000 1.5 *************** *** 84,90 **** Vertex averageNormal() { ! //bSurf.calcNormals(); ! //return bSurf.normal(); ! //* @Michael: algorithm for Normal seems to be so complicated... why? Vertex nV = new Vertex(0,0,0); --- 84,90 ---- Vertex averageNormal() { ! bSurf.calcNormals(); ! return bSurf.normal(); ! /* //* @Michael: algorithm for Normal seems to be so complicated... why? Vertex nV = new Vertex(0,0,0); *************** *** 114,118 **** } return nV; ! } --- 114,118 ---- } return nV; ! */ } |