From 9ed480bb1a210db3b233e681705081d6bb84dd48 Mon Sep 17 00:00:00 2001 From: "gman@google.com" Date: Mon, 31 Aug 2009 19:39:13 +0000 Subject: Prep for ascii only converter option git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24921 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/converter/cross/converter.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'o3d/converter/cross/converter.h') 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 -- cgit v1.1