Added support for sample and sampleBuffers to osg::GraphicsContext::Traits and
cleaned up the Traits naming
This commit is contained in:
@@ -117,7 +117,9 @@ SceneView::SceneView(DisplaySettings* ds)
|
||||
_interlacedStereoStencilHeight = 0;
|
||||
}
|
||||
|
||||
SceneView::SceneView(const SceneView& rhs, const osg::CopyOp&)
|
||||
SceneView::SceneView(const SceneView& rhs, const osg::CopyOp& copyop):
|
||||
osg::Object(rhs,copyop),
|
||||
osg::CullSettings(rhs)
|
||||
{
|
||||
_displaySettings = rhs._displaySettings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user