From Magnus Kessler, typo fixes
This commit is contained in:
@@ -515,7 +515,7 @@ void CompositeViewer::realize()
|
||||
|
||||
if (_views.empty())
|
||||
{
|
||||
OSG_NOTICE<<"CompositeViewer::realize() - not views to realize."<<std::endl;
|
||||
OSG_NOTICE<<"CompositeViewer::realize() - No views to realize."<<std::endl;
|
||||
_done = true;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -504,7 +504,7 @@ void View::setUpViewAcrossAllScreens()
|
||||
translate_x += double(width) / (double(height) * aspectRatio);
|
||||
}
|
||||
|
||||
bool stereoSlitScreens = numScreens==2 &&
|
||||
bool stereoSplitScreens = numScreens==2 &&
|
||||
ds->getStereoMode()==osg::DisplaySettings::HORIZONTAL_SPLIT &&
|
||||
ds->getStereo();
|
||||
|
||||
@@ -551,7 +551,7 @@ void View::setUpViewAcrossAllScreens()
|
||||
camera->setDrawBuffer(buffer);
|
||||
camera->setReadBuffer(buffer);
|
||||
|
||||
if (stereoSlitScreens)
|
||||
if (stereoSplitScreens)
|
||||
{
|
||||
unsigned int leftCameraNum = (ds->getSplitStereoHorizontalEyeMapping()==osg::DisplaySettings::LEFT_EYE_LEFT_VIEWPORT) ? 0 : 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user