Applied this to my r13060 build. Tested and verified: VS2010 64 bin, OSG built for GL3, with this command line:
  osgsimplegl3 cow.osg

Thanks, David!
   -Paul


On 4/17/2012 1:28 PM, David Callu 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

Reply via email to