1. 14 4月, 2012 4 次提交
  2. 12 4月, 2012 1 次提交
  3. 11 4月, 2012 4 次提交
  4. 09 4月, 2012 1 次提交
    • A
      Refactored handling of Matrix4 => Matrix3 inversion. · 9ab854de
      alteredq 提交于
      This is now done as method of Matrix3 object which gets as a parameter Matrix4 object to be inverted (to be consistent with how Matrix4 => Matrix4 inversion is done).
      
      As per discussion in #1615.
      9ab854de
  5. 08 4月, 2012 3 次提交
  6. 06 3月, 2012 1 次提交
  7. 25 2月, 2012 3 次提交
  8. 22 2月, 2012 1 次提交
  9. 20 2月, 2012 2 次提交
  10. 21 1月, 2012 1 次提交
  11. 19 11月, 2011 3 次提交
  12. 23 10月, 2011 1 次提交
  13. 21 10月, 2011 1 次提交
  14. 09 10月, 2011 4 次提交
  15. 06 10月, 2011 1 次提交
  16. 11 9月, 2011 1 次提交
    • A
      Fixed bug preventing setting 0 values in constructor at several places. · 517f0f55
      alteredq 提交于
      This buggy pattern ("something = parameter || nonzero value") exists at more places though elsewhere setting to zero doesn't make that much sense (e.g. in geometries).
      
      Not sure if we should change it everywhere to proper pattern ("something = ( parameter !== undefined ) ? parameter : value").
      
      Maybe it would be good for establishing habit. I remember fixing this buggy pattern long ago but it just keeps popping up.
      517f0f55
  17. 23 8月, 2011 1 次提交
  18. 22 8月, 2011 3 次提交
  19. 03 8月, 2011 2 次提交
  20. 27 7月, 2011 1 次提交
  21. 23 7月, 2011 1 次提交