Fixed rendering of Popups
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14394 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -79,7 +79,7 @@ void Dialog::createGraphicsImplementation()
|
||||
_titleDrawable->setDataVariance(osg::Object::DYNAMIC);
|
||||
_group->addChild(_titleDrawable.get());
|
||||
|
||||
style->setupDialogStateSet(getOrCreateStateSet());
|
||||
style->setupDialogStateSet(getOrCreateStateSet(), 5);
|
||||
style->setupClipStateSet(dialogWithTileExtents, getOrCreateStateSet());
|
||||
|
||||
// render before the subgraph
|
||||
|
||||
Reference in New Issue
Block a user