[Igarden-commit] Garden/source/PlanTool FreehandTool.cpp, 1.20, 1.20.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-01 03:09:41
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30676 Modified Files: Tag: Release_branch_v1 FreehandTool.cpp Log Message: Add zAxis to elements Add polygon smoothing to material drawing Index: FreehandTool.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/FreehandTool.cpp,v retrieving revision 1.20 retrieving revision 1.20.2.1 diff -C2 -d -r1.20 -r1.20.2.1 *** FreehandTool.cpp 27 Oct 2005 00:34:30 -0000 1.20 --- FreehandTool.cpp 1 Nov 2006 03:09:38 -0000 1.20.2.1 *************** *** 356,359 **** --- 356,360 ---- testPoint.xOffset = (long)(_doubleXPos[posIndex] + 0.5); testPoint.yOffset = (long)(_doubleYPos[posIndex] + 0.5); + testPoint.zOffset = (long)0; } path->ChangeIndexedAnchorPoint(oneElem, testPoint); |