1. 14 8月, 2019 1 次提交
  2. 07 8月, 2019 1 次提交
  3. 29 7月, 2019 1 次提交
  4. 28 6月, 2018 1 次提交
  5. 27 6月, 2018 3 次提交
  6. 30 8月, 2017 1 次提交
  7. 25 2月, 2017 1 次提交
  8. 25 1月, 2017 1 次提交
  9. 24 1月, 2017 1 次提交
  10. 23 1月, 2017 2 次提交
  11. 22 1月, 2017 1 次提交
  12. 04 8月, 2016 1 次提交
  13. 23 7月, 2016 1 次提交
  14. 22 7月, 2016 2 次提交
  15. 12 6月, 2016 1 次提交
  16. 20 5月, 2016 1 次提交
  17. 19 9月, 2015 1 次提交
  18. 13 8月, 2015 1 次提交
  19. 11 8月, 2015 1 次提交
    • D
      Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method · ba65769d
      Daniel Hritzkiv 提交于
      - Better inheriting of `clone` + `copy` methods where appropriate. This is done by calling `new this.constructor()` in parent classes. `this.constructor` refers to the current instance's constructor, so it should all compose nicely;
      
      - Pass in attributes directly as arguments to constructor when cloning, where appropriate (if arguments pattern is different from parent class). This mean `copy` isn't relied on to set those attributes.
      
      - Change order of `clone` in some files (for better visibility into its relationship with `copy`, and to maintain consistency; can return to previous order if necessary);
      
      - Fix CubeTexture's clone method
      ba65769d
  20. 25 7月, 2015 1 次提交
  21. 31 5月, 2014 1 次提交
  22. 13 8月, 2013 1 次提交
  23. 12 7月, 2013 4 次提交
  24. 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
  25. 24 1月, 2013 1 次提交
  26. 17 1月, 2013 1 次提交
  27. 09 1月, 2013 1 次提交
  28. 08 1月, 2013 1 次提交
  29. 03 1月, 2013 1 次提交
  30. 01 1月, 2013 2 次提交
  31. 31 12月, 2012 2 次提交