Hi,

I was working with the master branch code from the GitHub repository 
(up-to-date as of today), and I noticed that osg::StateAttributeCallback is 
marked deprecated. (Perhaps it has been deprecated for some time now.)

My question is: What is it supposed to be replaced with? Specifically, the 
osg::StateAttribute callback related members use the 
osg::StateAttributeCallback class:


Code:

ref_ptr<StateAttributeCallback>   _updateCallback;
ref_ptr<StateAttributeCallback>   _eventCallback;




Thus, it does not seem possible to use the osg::Callback class directly (if 
that is the intention).

Is it marked deprecated, and there is no alternative at this time? Or, is there 
an alternate callback mechanism that I am missing?

Thanks,

Judson

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=65822#65822





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

Reply via email to