diff --git a/doc/doc++/osg/NodeVisitor.html b/doc/doc++/osg/NodeVisitor.html index c4c051f55..876dbff6e 100644 --- a/doc/doc++/osg/NodeVisitor.html +++ b/doc/doc++/osg/NodeVisitor.html @@ -84,10 +84,10 @@ [more]const NodePath& getNodePath() const
Get the const NodePath from the top most node applied down to the current Node being visited
-[more]const bool getLocalToWorldMatrix(Matrix& matrix, MatrixMode mode) -
Get the Local To World Matrix from the NodePath for specified Transform::Mode +[more]const bool getLocalToWorldMatrix(Matrix& matrix, MatrixMode mode, Node* node) +
Get the Local To World Matrix from the NodePath for specified Transform::Mode, and u
-[more]const bool getWorldToLocalMatrix(Matrix& matrix, MatrixMode mode) +[more]const bool getWorldToLocalMatrix(Matrix& matrix, MatrixMode mode, Node* node)
Get the World To Local Matrix from the NodePath for specified Transform::Mode
[more]virtual void apply(Node& node) @@ -343,12 +343,12 @@ to the current Node being visited

-

oconst bool getLocalToWorldMatrix(Matrix& matrix, MatrixMode mode) -
Get the Local To World Matrix from the NodePath for specified Transform::Mode +
oconst bool getLocalToWorldMatrix(Matrix& matrix, MatrixMode mode, Node* node) +
Get the Local To World Matrix from the NodePath for specified Transform::Mode, and u

-

oconst bool getWorldToLocalMatrix(Matrix& matrix, MatrixMode mode) +
oconst bool getWorldToLocalMatrix(Matrix& matrix, MatrixMode mode, Node* node)
Get the World To Local Matrix from the NodePath for specified Transform::Mode

diff --git a/doc/doc++/osg/Statistics.html b/doc/doc++/osg/Statistics.html index ca6d549f3..09607c337 100644 --- a/doc/doc++/osg/Statistics.html +++ b/doc/doc++/osg/Statistics.html @@ -233,24 +233,28 @@ each trifan or tristrip = (length-2) triangles and so on.

o STAT_GRAPHS

- + +

o STAT_VIEWPARMS +

+ +

o STAT_PRIMS

- +

o STAT_PRIMSPERVIEW

- +

o STAT_PRIMSPERBIN

- +

o STAT_DC

- +

o STAT_RESTART

diff --git a/doc/doc++/osgText/RasterFont.html b/doc/doc++/osgText/RasterFont.html index f718d14f2..addc9e5fa 100644 --- a/doc/doc++/osgText/RasterFont.html +++ b/doc/doc++/osgText/RasterFont.html @@ -26,7 +26,7 @@

[more] RasterFont(const RasterFont& font, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)
-[more] RasterFont(const std::string& font) +[more] RasterFont(const std::string& )
[more]virtual bool isSameKindAs(const osg::Object* obj) const
@@ -112,7 +112,7 @@

-

o RasterFont(const std::string& font) +
o RasterFont(const std::string& )

diff --git a/doc/doc++/osgText/VectorFont.html b/doc/doc++/osgText/VectorFont.html index 2bab62633..049df1511 100644 --- a/doc/doc++/osgText/VectorFont.html +++ b/doc/doc++/osgText/VectorFont.html @@ -26,7 +26,7 @@

[more] VectorFont(const VectorFont& font, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY)
-[more] VectorFont(const std::string& font) +[more] VectorFont(const std::string& )
[more]virtual bool isSameKindAs(const osg::Object* obj) const
@@ -117,7 +117,7 @@

-

o VectorFont(const std::string& font) +
o VectorFont(const std::string& )