Changed --flat to --flat-shaded to avoid conflict with oiginal --flat ratio control.

This commit is contained in:
Robert Osfield
2010-08-25 14:34:08 +00:00
parent 2ee999fb6e
commit 0a429e97f7

View File

@@ -95,7 +95,7 @@ int main(int argc, char** argv)
while(arguments.read("--no-outline")) { outline = false; }
bool smooth = true;
while(arguments.read("--flat")) { smooth = false; }
while(arguments.read("--flat-shaded")) { smooth = false; }
while(arguments.read("--smooth")) { smooth = false; }
unsigned int numSamples = 10;