summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
authorleo2009-02-10 00:53:07 +0000
committerleo2009-02-10 00:53:07 +0000
commit0a0e0ce0b268c4d794ec905be01276419f9b545f (patch)
treeba6e85a6234884f9491f2ebf7ca0030b2a10ae65 /common/project.h
parent78807ca0e4731154344ebcbcbbbbe2e8702f4df4 (diff)
Fixed VRML scale.
git-svn-id: http://svn.leocad.org/tags/leocad-0.75@735 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/project.h b/common/project.h
index 38ebc57..af59d7f 100644
--- a/common/project.h
+++ b/common/project.h
@@ -310,7 +310,7 @@ protected:
friend void PrintPiecesThread(void* pv);
friend void Export3DStudio();
- // VRML export
+ // VRML/X3DV export
void exportVRML97File(char *filename);
void exportX3DVFile(char *filename);
void exportVRMLFile(char *filename, int dialect);
@@ -337,6 +337,7 @@ protected:
float centerOfMass[3];
int numFaceColors;
int *faceColors;
+ float VRMLScale;
};
#endif // _PROJECT_H_