summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
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_