diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-31 19:39:13 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-31 19:39:13 +0000 |
commit | 9ed480bb1a210db3b233e681705081d6bb84dd48 (patch) | |
tree | 1a33708ebf9c377b1b2581224c393b7c50d9728e /o3d/converter/cross/converter.h | |
parent | 5883c27ad1e8832365ceca1c2e40078b2670049d (diff) | |
download | chromium_src-9ed480bb1a210db3b233e681705081d6bb84dd48.zip chromium_src-9ed480bb1a210db3b233e681705081d6bb84dd48.tar.gz chromium_src-9ed480bb1a210db3b233e681705081d6bb84dd48.tar.bz2 |
Prep for ascii only converter option
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/converter/cross/converter.h')
-rw-r--r-- | o3d/converter/cross/converter.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/o3d/converter/cross/converter.h b/o3d/converter/cross/converter.h index d613564..48f652c 100644 --- a/o3d/converter/cross/converter.h +++ b/o3d/converter/cross/converter.h @@ -83,6 +83,12 @@ struct Options { // Tells the converter not to change materials to constant if they are used by // a mesh that has no normals. bool keep_materials; + + // Use binary formats for buffers, skin, curve. + bool binary; + + // Don't make a gzipped tar file. Just make json. + bool json_only; }; // Converts the given file for use in O3D. This is done by |