In the current trunk in include/osgText/Text it looks like the first definition of setEnableDepthWrites() should be getEnableDepthWrites() instead.
bool setEnableDepthWrites() { return _enableDepthWrites; }
void setEnableDepthWrites(bool enable) { _enableDepthWrites = enable; }
Ken.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

