Updates to keep things compiling under Windows. Also cleaned up the new stereo.html docs.

This commit is contained in:
Robert Osfield
2001-12-22 22:30:57 +00:00
parent ead9753501
commit fb5fee6c5e
5 changed files with 139 additions and 48 deletions

View File

@@ -14,7 +14,7 @@
#include <osg/Quat>
void write_usage(ostream& out,const std::string& name)
void write_usage(std::ostream& out,const std::string& name)
{
out << std::endl;
out <<"usage:"<< std::endl;

View File

@@ -99,7 +99,7 @@ osg::Drawable* createMirrorSurface(float xMin,float xMax,float yMin,float yMax,f
return gset;
}
void write_usage(ostream& out,const std::string& name)
void write_usage(std::ostream& out,const std::string& name)
{
out << std::endl;
out <<"usage:"<< std::endl;

View File

@@ -14,7 +14,7 @@
#include <osg/Quat>
void write_usage(ostream& out,const std::string& name)
void write_usage(std::ostream& out,const std::string& name)
{
out << std::endl;
out <<"usage:"<< std::endl;

View File

@@ -16,7 +16,7 @@
#include <osgUtil/Optimizer>
void write_usage(ostream& out,const std::string& name)
void write_usage(std::ostream& out,const std::string& name)
{
out << std::endl;
out <<"usage:"<< std::endl;