On 5/23/2011 12:56 PM, Eric Sokolowsky wrote:
Hello OSG users,

I'm attempting to backport a patch made in osg trunk (specifically r11768 that
fixes some text clipping problems using osgText), and the official trunk patch
calls two functions that seem to be not yet present in 2.8.

It seems that the call to osg::State::Color() can be replaced by a call to
glColor4f().

Is there an equivalent to osg::State::drawQuads()? How was this done before?

Any pointers or help would be greatly appreciated. Thanks.

Possibly you could take the trunk source function bodies, and put them in 2.8 osgText instead of in State, thereby having the functionality available to osgText, but not impacting core OSG.
   -Paul

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to