Robert Osfield
61f630e163
Added missing getBound() method
2008-05-12 15:42:20 +00:00
Robert Osfield
4d7b2edd4c
Moved compile setup from osgViewer::ViewerBase into osgViewer::Renderer to
...
avoid threading issues associated with compile running in a parallel with
update/cull on the first frame.
Also added automatic recompile when a new SceneData is applied to a View.
2008-05-10 17:04:02 +00:00
Robert Osfield
2db7fe500f
Added include RenderLeaf to make sure #define's are defined correctly
2008-01-28 15:36:28 +00:00
Robert Osfield
a5f37a23e2
From Andy Skinner, build fixes for Solaris.
2007-10-05 09:10:04 +00:00
Robert Osfield
90eaf41007
Added return 0 to fix warning
2007-10-03 08:34:51 +00:00
Robert Osfield
caeed02f52
Merged the threading set up and rendering code from Viewer and CompositeViewer
...
into ViewerBase to allow CompositeViewer to inherit the same theading models
previously just supported by osgViewer::Viewer
2007-10-02 21:23:58 +00:00
Robert Osfield
91900254f0
Moved ViewerBase class out into its own header and source file.
...
Improved the support for stats collection in CompositeViewer/StatsHandler.
2007-09-30 11:37:00 +00:00