- From: Rik Cabanier <cabanier@gmail.com>
- Date: Wed, 11 Jun 2014 22:15:36 -0700
- To: "public-fx@w3.org" <public-fx@w3.org>
Received on Thursday, 12 June 2014 05:16:03 UTC
All, the current spec says that arrays are in [1] column-major order, but it seems that WebGL is in row-major order (ie [2]). Can people confirm this? If so, maybe we should update the spec to match. 1: http://dev.w3.org/fxtf/geometry/#dom-dommatrixreadonly-tofloat32array 2: https://github.com/evanw/lightgl.js/blob/master/src/matrix.js
Received on Thursday, 12 June 2014 05:16:03 UTC