Further work on improving stereo support in the OSG.
Renamed the osg::VisualsSettings to osg::DisplaySettings, and osgUtil::VisualsRequirementsVisitor to osgUtil::DisplayRequirementsVisitor. Added support for OSG_SCREEN_HEIGHT into osg::DisplaySettings, and added a DisplaySettings* to the constructors of osg::SceneView and osg::Camera.
This commit is contained in:
@@ -301,7 +301,7 @@ SOURCE=..\..\src\osg\Viewport.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\osg\VisualsSettings.cpp
|
||||
SOURCE=..\..\src\osg\DisplaySettings.cpp
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
@@ -581,7 +581,7 @@ SOURCE=..\..\include\osg\Viewport
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\osg\VisualsSettings
|
||||
SOURCE=..\..\include\osg\DisplaySettings
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Resource Files"
|
||||
|
||||
@@ -201,7 +201,7 @@ SOURCE=..\..\src\osgUtil\Version.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\osgUtil\VisualsRequirementsVisitor.cpp
|
||||
SOURCE=..\..\src\osgUtil\DisplayRequirementsVisitor.cpp
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
@@ -333,7 +333,7 @@ SOURCE=..\..\Include\osgUtil\Version
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Include\osgUtil\VisualsRequirementsVisitor
|
||||
SOURCE=..\..\Include\osgUtil\DisplayRequirementsVisitor
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Resource Files"
|
||||
|
||||
Reference in New Issue
Block a user