Robert Osfield
|
eaba09027e
|
Reverted Kyle Centers mistaken patch that removed a _currentContext->valid() that was actually required.
|
2008-11-19 20:34:53 +00:00 |
|
Robert Osfield
|
3f9e5dbfaa
|
From Kyle Centers, removed redundent check to _currentContext.valid().
|
2008-11-06 14:17:12 +00:00 |
|
Robert Osfield
|
91f7895735
|
refactored the getWindows(..) and getContexts(..) methods so that they produce
consistent ordering based on the order Camera/slave camera ordering.
|
2008-09-18 15:18:59 +00:00 |
|
Robert Osfield
|
4aed0a7eac
|
From Ulrich Hertlein, "attached are some minor tweaks:
- fixed typos in osgViewer/ViewerBase
- const-ness in include/osg/View findSlaveIndexForCamera
- supported options for STL reader, fixed return values to reflect proper errors
- supported options for DirectX reader, fixed return values
- normals pseudo-loader: scaling normals to a const (but variable) fraction of the bounding sphere radius
"
|
2008-07-17 13:51:14 +00:00 |
|
Robert Osfield
|
282fa84789
|
Added support for optionally calling releaseContext at the end of each
renderinTraversals() to help with cases where uses are driving multiple
contexts from mulitple viewers in a single threaded frame loop.
|
2008-06-04 16:46:14 +00:00 |
|
Robert Osfield
|
f4afa427a7
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +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 |
|