Thanks David, changes now merged and submitted to svn/trunk.
On 17 April 2012 20:28, David Callu <[email protected]> wrote: > Hi Robert, > > Here the fix for Matrix{2,3,4}x{2,3,4}{fd} defined in Uniform header. > > My previous patch for Atomic Counter Uniform provide new template > implementation > of Matrix{2,3,4}x{2,3,4}{fd}. This new implementation use Column-Major > Matrix. > Original code define matrix as Row-Major matrix like other Matrix in OSG, > and > my matrix implementation break compatibility with previous code. > For example osg_normalMatrix define in osg::State report by Roland Hill. > Thanks to Paul Martz to spot me when the bug appear. > > Cheers > David > > _______________________________________________ > 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
