1. 26 9月, 2015 1 次提交
  2. 25 9月, 2015 1 次提交
  3. 24 9月, 2015 2 次提交
  4. 19 9月, 2015 1 次提交
  5. 04 9月, 2015 1 次提交
  6. 28 8月, 2015 1 次提交
  7. 26 8月, 2015 1 次提交
  8. 21 8月, 2015 1 次提交
  9. 18 8月, 2015 1 次提交
  10. 13 8月, 2015 1 次提交
  11. 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
  12. 09 8月, 2015 1 次提交
  13. 29 7月, 2015 1 次提交
  14. 27 7月, 2015 1 次提交
  15. 25 7月, 2015 1 次提交
  16. 20 7月, 2015 1 次提交
  17. 17 7月, 2015 3 次提交
  18. 25 6月, 2015 1 次提交
    • D
      Fix typos · 324cfb9d
      dubejf 提交于
      eg. / e.g.
      vertice / vertex
      fullframe / full-frame
      todo / TODO
      unreckognized / unrecognized
      ontop / in front
      initialise / initialize
      unforms / uniforms
      overriden / overridden
      interpolatation / interpolation
      subsurve / sub-curve
      Catmull-rom / Catmull-Rom
      consruct / construct
      colinear / collinear
      perpenicular / perpendicular
      minimim / minimum
      segements / segments
      speficied / specified
      compatable / compatible
      egde / edge
      initalization / initialization
      shiftet / shifted
      childrens' / children's
      ambigious / ambiguous
      barycoordinates / barycentric coordinates
      equi distance / equidistant
      equidistance / equidistant
      ist / is
      
      And remove one `console.log`
      324cfb9d
  19. 23 6月, 2015 1 次提交
  20. 18 6月, 2015 1 次提交
  21. 25 5月, 2015 1 次提交
  22. 19 5月, 2015 1 次提交
  23. 16 5月, 2015 1 次提交
  24. 15 5月, 2015 1 次提交
  25. 09 5月, 2015 1 次提交
  26. 07 5月, 2015 1 次提交
  27. 30 4月, 2015 1 次提交
  28. 16 4月, 2015 1 次提交
  29. 12 4月, 2015 3 次提交
  30. 06 4月, 2015 2 次提交
  31. 27 3月, 2015 1 次提交
  32. 24 3月, 2015 1 次提交
  33. 20 3月, 2015 1 次提交
  34. 14 3月, 2015 1 次提交