From 0a0e0ce0b268c4d794ec905be01276419f9b545f Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 10 Feb 2009 00:53:07 +0000 Subject: Fixed VRML scale. git-svn-id: http://svn.leocad.org/tags/leocad-0.75@735 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/project.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/project.h') 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_ -- cgit v1.2.3