1. 20 2月, 2015 1 次提交
  2. 19 2月, 2015 1 次提交
  3. 31 5月, 2014 1 次提交
  4. 29 4月, 2014 1 次提交
  5. 14 8月, 2013 1 次提交
  6. 13 8月, 2013 1 次提交
  7. 26 5月, 2013 1 次提交
  8. 15 3月, 2013 1 次提交
    • M
      Reverting to Object.prototype = { pattern. Only using it on the methods that really need it. · cc57273c
      Mr.doob 提交于
      Misteriously when using the latest version of the lib on the project I'm working on I'm getting this error:
      > Uncaught TypeError: Object [object Object] has no method 'set'
      This is caused when THREE.UniformsLib.common.diffuse initialises a THREE.Color (THREE.Color.set() seems to be undefined then).
      For some reason this only happens when I load Box2D before three.js. If I load it after is all good. But this fixes the problem too.
      /ping @bhouston
      cc57273c
  9. 07 2月, 2013 1 次提交
  10. 22 1月, 2013 1 次提交
  11. 17 1月, 2013 1 次提交
  12. 16 1月, 2013 2 次提交
  13. 09 1月, 2013 1 次提交
  14. 04 1月, 2013 1 次提交
    • M
      Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub,... · b062fee8
      Mr.doob 提交于
      Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860.
      Good thing we have a ton of examples to make sure nothing is broken. The unit tests also helped. However, I suspect I've left something unchanged.
      b062fee8
  15. 03 1月, 2013 3 次提交
  16. 31 12月, 2012 1 次提交
  17. 30 12月, 2012 1 次提交
  18. 18 12月, 2012 2 次提交
  19. 10 12月, 2012 2 次提交
  20. 06 12月, 2012 1 次提交
  21. 05 12月, 2012 3 次提交
  22. 04 12月, 2012 2 次提交
  23. 03 12月, 2012 4 次提交
  24. 02 12月, 2012 3 次提交
  25. 01 12月, 2012 3 次提交