Updates to keep things compiling under Windows. Also cleaned up the new stereo.html docs.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user