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 "
This commit is contained in:
@@ -98,7 +98,7 @@ class OSGVIEWER_EXPORT ViewerBase : public virtual osg::Object
|
||||
};
|
||||
|
||||
/** Set the position of the end barrier.
|
||||
* AfterSwapBuffers will may result is slightly higher framerates, by may
|
||||
* AfterSwapBuffers may result in slightly higher framerates, but may
|
||||
* lead to inconsistent swapping between different windows.
|
||||
* BeforeSwapBuffers may lead to slightly lower framerate, but improve consistency in timing of swap buffers,
|
||||
* especially important if you are likely to consistently break frame.*/
|
||||
|
||||
Reference in New Issue
Block a user