[Igarden-commit] Garden/source/PlanTool PlanCanvasView.cpp, 1.13.2.1, 1.13.2.2 PlanGeometry.cpp, 1.
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-01 03:18:21
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1835 Modified Files: Tag: Release_branch_v1 PlanCanvasView.cpp PlanGeometry.cpp Log Message: Add zAxis to elements Add polygon smoothing to material drawing Index: PlanGeometry.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanGeometry.cpp,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -C2 -d -r1.9 -r1.9.2.1 *** PlanGeometry.cpp 26 Jul 2005 10:50:43 -0000 1.9 --- PlanGeometry.cpp 1 Nov 2006 03:18:19 -0000 1.9.2.1 *************** *** 247,250 **** --- 247,251 ---- destPoint.xOffset = (long)objectX; destPoint.yOffset = (long)objectY; + destPoint.zOffset = 0.0; } // --------------------------------------------------------------------------- Index: PlanCanvasView.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanCanvasView.cpp,v retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -C2 -d -r1.13.2.1 -r1.13.2.2 *** PlanCanvasView.cpp 29 Oct 2006 03:31:24 -0000 1.13.2.1 --- PlanCanvasView.cpp 1 Nov 2006 03:18:19 -0000 1.13.2.2 *************** *** 202,205 **** --- 202,206 ---- point.xOffset = xOffset; point.yOffset = yOffset; + point.zOffset = 0.0; //!!! return DrawSymbol(point, symbol); } |