1. 24 3月, 2017 1 次提交
  2. 04 2月, 2017 1 次提交
  3. 03 2月, 2017 1 次提交
  4. 25 1月, 2017 1 次提交
  5. 23 1月, 2017 1 次提交
  6. 22 1月, 2017 1 次提交
  7. 04 1月, 2017 1 次提交
  8. 22 12月, 2016 1 次提交
  9. 19 12月, 2016 1 次提交
  10. 14 10月, 2016 1 次提交
  11. 27 7月, 2016 1 次提交
  12. 23 7月, 2016 1 次提交
  13. 22 7月, 2016 2 次提交
  14. 18 6月, 2016 1 次提交
  15. 06 4月, 2016 1 次提交
  16. 30 12月, 2015 1 次提交
  17. 16 10月, 2015 1 次提交
  18. 12 10月, 2015 1 次提交
  19. 25 7月, 2015 1 次提交
  20. 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
  21. 09 5月, 2015 1 次提交
  22. 30 4月, 2015 1 次提交
  23. 24 3月, 2015 1 次提交
  24. 20 2月, 2015 1 次提交
  25. 19 2月, 2015 1 次提交
  26. 30 1月, 2015 1 次提交
  27. 01 1月, 2015 1 次提交
  28. 31 12月, 2014 1 次提交
  29. 20 12月, 2014 1 次提交
  30. 11 11月, 2014 1 次提交
  31. 21 10月, 2014 1 次提交
  32. 31 5月, 2014 1 次提交
  33. 03 5月, 2013 1 次提交
    • Z
      Refactored Curve.js to individual classes (#3378) · aa7567f4
      zz85 提交于
      Split /src/extras/core/Curve.js to
      /src/extra/curves/*
      
      LineCurve
      QuadraticBezierCurve
      CubicBezierCurve
      SplineCurve
      EllipseCurve
      ArcCurve
      LineCurve3
      QuadraticBezierCurve3
      CubicBezierCurve3
      SplineCurve3
      ClosedSplineCurve3
      aa7567f4
  34. 04 1月, 2013 2 次提交
  35. 05 12月, 2012 1 次提交
  36. 19 7月, 2012 1 次提交
    • Z
      Fixes relating to #1879 and possibly #1501 · 2ceae006
      zz85 提交于
      - Path.js (esp. Arcs) is still confusing, but as of now
      - Ellipses should work
      - Path still uses "PATH.ACTIONS"
      - the internal curve representation doesn't seem to be used yet
      - Path.arc() uses .absarc() which uses .absellipse()
      - examples/webgl_geometry_shapes.html should run now
      2ceae006
  37. 26 6月, 2012 1 次提交
  38. 08 5月, 2012 1 次提交