Initial on screen stats support

This commit is contained in:
Robert Osfield
2007-01-21 18:24:54 +00:00
parent d3ce4825d8
commit b47ef11d74
12 changed files with 444 additions and 186 deletions

View File

@@ -43,7 +43,7 @@ class OSG_EXPORT View : public virtual osg::Referenced
/** Set the master camera of the view. */
void setCamera(osg::Camera* camera) { _camera = camera; }
void setCamera(osg::Camera* camera);
/** Get the master camera of the view. */
osg::Camera* getCamera() { return _camera.get(); }