Added GraphicsWindowWin32 and GraphicsWindowCocoa classes, curently not implmented,

but added as a placeholder for members of the community to step forward and implement.
This commit is contained in:
Robert Osfield
2006-12-27 15:04:04 +00:00
parent 40139afc49
commit 791d884b44
6 changed files with 540 additions and 0 deletions

View File

@@ -246,6 +246,8 @@ void Viewer::frame()
{
if (_done) return;
// osg::notify(osg::NOTICE)<<std::endl<<"Viewer::frame()"<<std::endl<<std::endl;
if (_firstFrame)
{
init();