Adding support for controlling visual settings via environmental variables

and command line paramters.  Including support for stereo and stencil buffer.
This commit is contained in:
Robert Osfield
2001-12-19 00:38:23 +00:00
parent a3fe8ebb18
commit 296865e250
24 changed files with 825 additions and 300 deletions

View File

@@ -121,6 +121,10 @@ SOURCE=..\..\src\osg\ColorMask.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\ColorMatrix.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\CullFace.cpp
# End Source File
# Begin Source File
@@ -291,6 +295,10 @@ SOURCE=..\..\src\osg\Version.cpp
SOURCE=..\..\src\osg\Viewport.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\VisualsSettings.cpp
# End Source File
# End Group
# Begin Group "Header Files"
@@ -333,6 +341,10 @@ SOURCE=..\..\Include\Osg\ColorMask
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\ColorMatrix
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\CullFace
# End Source File
# Begin Source File
@@ -559,6 +571,10 @@ SOURCE=..\..\Include\Osg\Version
SOURCE=..\..\include\osg\Viewport
# End Source File
# Begin Source File
SOURCE=..\..\include\osg\VisualsSettings
# End Source File
# End Group
# Begin Group "Resource Files"

View File

@@ -110,6 +110,10 @@ SOURCE=..\..\..\src\osgPlugins\osg\ColorMask.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osg\ColorMatrix.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osg\CullFace.cpp
# End Source File
# Begin Source File