1. 22 12月, 2016 1 次提交
  2. 23 10月, 2016 1 次提交
  3. 12 10月, 2016 1 次提交
  4. 22 7月, 2016 1 次提交
    • R
      Modules (#9310) · f65e669a
      Rich Harris 提交于
      * convert to ES modules
      
      * rebuild
      
      * move shaders back into glsl files
      
      * reinstate polyfills
      f65e669a
  5. 23 6月, 2016 1 次提交
    • J
      CurvePath: getPoints() should respect last point (#9169) · 9631648a
      Joshua Koo 提交于
      * CurvePath: getPoints() should respect last point
      
      - autoClose behaviour now checks first point
      - ShapeUtils.triangulateShape to remove dup points
      - #9079
      - Thank you @@rfm1201 again!
      
      * Update webgl_geometry_text_pnltri example too
      9631648a
  6. 17 6月, 2016 1 次提交
    • J
      Shapes refactor (#9079) · 6df2c331
      Joshua Koo 提交于
      * Consistent getPoints and getSpacedPoints on ellipse
      
      They work as getSpacedPoints used to (but with the final point)
      The arc between aStartAngle and aEndAngle is always forced in the 0, 2
      PI area, as getSpacedPoints did (but not getPoints)
      
      * Refactor Path class
      
      - got rid of .actions
      - getPoints() moved to CurvePath
      - toShapes() moved to new class ShapePath
      
      * Path: simplify usage of this.currentPoint
      
      * Optimize LineCurve.getPoint(1) as suggested by @rfm1201 in #8952
      
      - this minimizes some floating point errors when t = 1
      
      * Fix up missing changes to CurvePath and EllipseCurve
      
      - as commented by @rfm1201
      - using f040453 as reference
      
      * Path: update currentPoint for .splineThru(), add automatic lineTo()
      
      - for ellipse
      
      * CurvePath: address some removeDuplicatesInAPath() concerns
      
      - also cleanup some old reference to .actions
      
      * Path/CurvePath getPoints() shouldn't return sequence of duplicate points
      
      * In path.absellipse, lineTo is drawn only to connect existing path
      
      - when necessary
      6df2c331
  7. 12 6月, 2016 1 次提交
  8. 16 10月, 2015 5 次提交
  9. 14 10月, 2015 1 次提交
  10. 12 10月, 2015 1 次提交
  11. 25 7月, 2015 1 次提交
  12. 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
  13. 09 5月, 2015 1 次提交
  14. 30 4月, 2015 1 次提交
  15. 24 3月, 2015 1 次提交
  16. 19 2月, 2015 1 次提交
  17. 01 1月, 2015 1 次提交
  18. 31 12月, 2014 1 次提交
  19. 11 11月, 2014 1 次提交
  20. 31 5月, 2014 1 次提交
  21. 29 3月, 2014 1 次提交
  22. 18 2月, 2014 1 次提交
  23. 17 2月, 2014 1 次提交
    • V
      Fixed bugs in Shape.Utils.triangulateShape · 6431e0b2
      vandixhoorn 提交于
      Fixed issues in the triangulateShape method (a for..in loop was used where a sequential for loop is required). 
      A for..in loop should be avoided when using array like objects, because it also enumerates inherited properties and iteration order is not guaranteed.
      6431e0b2
  24. 29 1月, 2014 1 次提交
  25. 27 1月, 2014 2 次提交
  26. 15 1月, 2014 1 次提交
  27. 13 1月, 2014 1 次提交
  28. 23 1月, 2013 1 次提交
  29. 15 9月, 2012 1 次提交
  30. 26 6月, 2012 1 次提交
  31. 01 4月, 2012 2 次提交
  32. 06 10月, 2011 1 次提交
  33. 24 9月, 2011 1 次提交
  34. 04 9月, 2011 1 次提交
    • M
      Added objec3d.frustumCulled support to Projector (CanvasRenderer/SVGRenderer). · 94b7418f
      Mr.doob 提交于
      `renderers/Projector.js` > `core/Projector.js`
      
      `extras/geometries/Curve.js` > `extras/core/Curve.js`
      `extras/geometries/CurvePath.js` > `extras/core/CurvePath.js`
      `extras/geometries/Path.j`s > `extras/core/Path.js`
      `extras/geometries/Shape.js` > `extras/core/Shape.js`
      `extras/geometries/TextPath.js` > `extras/core/TextPath.js`
      94b7418f