summaryrefslogtreecommitdiff
path: root/svx/source/engine3d
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-07-11 07:48:20 +0000
committerArmin Weiss <aw@openoffice.org>2001-07-11 07:48:20 +0000
commitbcee300ea79f355564602ada56b63e77c976c4e2 (patch)
tree42af620eaba8d998168dee446f748dd81ad8ccca /svx/source/engine3d
parentae72dc5020ab9e67a7dcf17eb7f772db8ea63800 (diff)
#78972# one more small correction in building the edge rounding for 3D in character mode. It was necessary to adapt this methods to work not only with the polygons in XY-plane but in any orientation in space
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r--svx/source/engine3d/obj3d.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index f93120c5744d..b76035ab7157 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: obj3d.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: aw $ $Date: 2001-07-11 08:23:05 $
+ * last change: $Author: aw $ $Date: 2001-07-11 08:48:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -4090,7 +4090,7 @@ void E3dCompoundObject::CreateSegment(
GrowPoly(aLocalFront, aGrowDirection, fDiagLen);
// Inneres Polygon nach innen verschieben
- GrowPoly(aLocalFront, aNormalsOuterFront, -fDiagLen);
+ //GrowPoly(aLocalFront, aNormalsOuterFront, -fDiagLen);
// Neue Groesse inneres Polygon feststellen
Volume3D aNewSize(aLocalFront.GetPolySize());
@@ -4199,7 +4199,7 @@ void E3dCompoundObject::CreateSegment(
GrowPoly(aLocalBack, aGrowDirection, fDiagLen);
// Inneres Polygon nach innen verschieben
- GrowPoly(aLocalBack, aNormalsOuterBack, -fDiagLen);
+ //GrowPoly(aLocalBack, aNormalsOuterBack, -fDiagLen);
// Neue Groesse inneres Polygon feststellen
Volume3D aNewSize(aLocalBack.GetPolySize());