Minor fixes to ReaderWriter and Paragraph to help work with use of Doxygen.

Fix to CullVisior to handle the new no referenced counted cull and draw traversal.
This commit is contained in:
Robert Osfield
2003-02-10 13:58:39 +00:00
parent d4f7da7bb8
commit c2b4a05825
5 changed files with 9 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class OSGTEXT_EXPORT Paragraph : public osg::Geode
Paragraph(const Paragraph& paragraph,const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY);
Paragraph(const osg::Vec3& position,const std::string& text,osgText::Font* font);
META_Node(osgText,Paragraph)
META_Node(osgText,Paragraph);
void setFont(osgText::Font* font);