Hi Paul,
On Tue, Aug 5, 2008 at 10:25 AM, Paul Melis <[EMAIL PROTECTED]> wrote:
> I just committed fixes for two spelling mistakes for 2.6 (one public API,
> one private).
Thanks, I've just done a diff against svn/trunk and all your typo
fixes look sound, but I spotted a bug in the .osg reading that you
introduced - the output of the autoScaleTransitionWidthRatio variable
was amended correctly, but the match input parsing wasn't so the .osg
parser would no longer set this value when reading newly created
files. To fix this and allow backwards compatability I've amended
the input parsing code to read:
if (fr.matchSequence("autoScaleTransistionWidthRatio %f") ||
fr.matchSequence("autoScaleTransitionWidthRatio %f"))
{
...
}
Since the API has changed a little the wrappers need updating so I'm
currently running genwrapper to rebuild them. I'll check in these
changes, I'll bump the SO number as well. These changes should be
checked in over the next half hour.
Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org