Modifed osgGLUT viewer and messages in SGV to allow for start up in full

screen mode.
This commit is contained in:
Don BURNS
2002-08-23 00:43:10 +00:00
parent 54516d1803
commit 9979e80bed
4 changed files with 21 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ void write_usage(std::ostream& out,const std::string& name)
out <<" -stencil - use a visual with stencil buffer enabled, this "<< std::endl;
out <<" also allows the depth complexity statistics mode"<< std::endl;
out <<" to be used (press 'p' three times to cycle to it)."<< std::endl;
out <<" -f - start with a full screen, borderless window." << std::endl;
out << std::endl;
}