Added Camera's s/getCameraThread() and updated wrappers

This commit is contained in:
Robert Osfield
2007-02-05 13:44:16 +00:00
parent ea67cc7a50
commit ebd68ba063
6 changed files with 76 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ class OSG_EXPORT DeleteHandler
protected:
DeleteHandler(const DeleteHandler&) {}
DeleteHandler operator = (const DeleteHandler&) { return *this; }
int _numFramesToRetainObjects;
int _currentFrameNumber;
OpenThreads::Mutex _mutex;