On 2/25/07, Bruno Fanini <[EMAIL PROTECTED]> wrote:
Hi Robert & others,
It seems I spotted the problem!! it was that line:
_mySceneView->setGlobalStateSet( my_global_stateset.get()
);
that casused rendering issues on Label sub-Node, changing it to:
_myRootNode->setStateSet( my_global_stateset.get() );
Worked!!!
Now I'm wondering why setGlobalStateSet() in scene view caused all that
pain....
Were you disabling blending using override?
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/