Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3215/src/net/sourceforge/bprocessor/model
Modified Files:
Camera.java
Log Message:
Layer Modellor generates elements
Index: Camera.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Camera.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Camera.java 28 Aug 2006 06:51:29 -0000 1.20
--- Camera.java 29 Aug 2006 08:07:13 -0000 1.21
***************
*** 79,83 ****
this.camera = camera;
this.roll = roll;
! this.focalwidth = 65;
this.clipplanes = new ArrayList();
if (type == ORTHOGRAPHIC || type == PERSPECTIVE) {
--- 79,83 ----
this.camera = camera;
this.roll = roll;
! this.focalwidth = 35;
this.clipplanes = new ArrayList();
if (type == ORTHOGRAPHIC || type == PERSPECTIVE) {
|