summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-09 12:25:44 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-09 12:25:44 +0000
commit0e79cdb21296f8ce920a86658fa0fab6cfc95258 (patch)
tree35f3ab5a6db3f4a7f1fd06ef13097ae028553bfc /goodies
parent33bfff7c84706a3db0649c08737dd243a815dc63 (diff)
INTEGRATION: CWS aw048 (1.4.54); FILE MERGED
2007/03/27 09:34:52 aw 1.4.54.1: #i71618# enchanced PolygonOffset support: New default value and set/getPolygonOffset() methods for 3d
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/base3d/b3ddeflt.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/goodies/source/base3d/b3ddeflt.hxx b/goodies/source/base3d/b3ddeflt.hxx
index c2e7dcbfd4d8..1db31885324c 100644
--- a/goodies/source/base3d/b3ddeflt.hxx
+++ b/goodies/source/base3d/b3ddeflt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b3ddeflt.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 16:06:59 $
+ * last change: $Author: kz $ $Date: 2007-05-09 13:25:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -139,6 +139,10 @@ private:
// Lokale Scissor Region (ohne TopLeft)
Rectangle aDefaultScissorRectangle;
+ // #i71618#
+ // derived from mfPolygonOffset in StartScene() using Z-Buffer depth
+ sal_uInt32 maPolygonOffset;
+
// bitfileld
// Booleans fuer Zeichenoperationen
unsigned bNormalsUsed : 1;