Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-03 10:00:09 +00:00
parent b5791629ea
commit 30e4eb833f
3 changed files with 71 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ class OSGVIEWER_EXPORT Viewer : public osgViewer::View
virtual void setSceneData(osg::Node* node);
/** Convinience method for setting up the viewer so it can be used embedded in an external managed window.
/** Convenience method for setting up the viewer so it can be used embedded in an external managed window.
* Returns the GraphicsWindowEmbedded that can be used by applications to pass in events to the viewer. */
virtual GraphicsWindowEmbedded* setUpViewerAsEmbeddedInWindow(int x, int y, int width, int height);