summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximp3dscene.hxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2000-11-30 17:06:00 +0000
committerArmin Weiss <aw@openoffice.org>2000-11-30 17:06:00 +0000
commitc159c4096b633374b08431cc37ba21632b7e3ba0 (patch)
treed9ddfde893535d111edb36b02e98dc43f2bcf329 /xmloff/source/draw/ximp3dscene.hxx
parent2bc15853ffe14553fc6aa93acda09073aa0cb18e (diff)
#80594# added CameraGeometry import/export
Diffstat (limited to 'xmloff/source/draw/ximp3dscene.hxx')
-rw-r--r--xmloff/source/draw/ximp3dscene.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximp3dscene.hxx b/xmloff/source/draw/ximp3dscene.hxx
index 36bacd717849..be27c3a8d03d 100644
--- a/xmloff/source/draw/ximp3dscene.hxx
+++ b/xmloff/source/draw/ximp3dscene.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximp3dscene.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cl $ $Date: 2000-11-26 19:51:29 $
+ * last change: $Author: aw $ $Date: 2000-11-30 18:06:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,6 +161,13 @@ class SdXML3DSceneShapeContext : public SdXMLShapeContext
Color maAmbientColor;
BOOL mbLightingMode;
+ Vector3D maVRP;
+ Vector3D maVPN;
+ Vector3D maVUP;
+ BOOL mbVRPUsed;
+ BOOL mbVPNUsed;
+ BOOL mbVUPUsed;
+
const SdXMLImport& GetSdImport() const { return (const SdXMLImport&)GetImport(); }
SdXMLImport& GetSdImport() { return (SdXMLImport&)GetImport(); }