Thanks Ulrich, changes merged and submitted to SVN.

In future submissions could your refrain from modifying the indenting
style away from the OSG usual convention i.e the OSG convention is:

  if (..)
  {
  }
  else ..
  {
  }

While you've been changing things from this to

  if () {
  } else {
  }

While it might be what you prefer it does make the OSG a mash up of
everybodies personal preference and right mess to read.

Cheers,
Robert.


On Thu, Jul 17, 2008 at 1:19 PM, Ulrich Hertlein <[EMAIL PROTECTED]> wrote:
> Hi Robert,
>
> 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
>
> Cheers,
> /ulrich
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to