1. 23 11月, 2015 1 次提交
  2. 14 10月, 2015 1 次提交
  3. 12 10月, 2015 1 次提交
  4. 25 7月, 2015 1 次提交
  5. 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
  6. 30 4月, 2015 1 次提交
  7. 06 4月, 2015 1 次提交
  8. 19 2月, 2015 1 次提交
  9. 30 1月, 2015 1 次提交
  10. 11 11月, 2014 1 次提交
  11. 31 5月, 2014 1 次提交
  12. 01 5月, 2014 1 次提交
  13. 22 2月, 2014 1 次提交
  14. 05 12月, 2013 1 次提交
  15. 04 12月, 2013 1 次提交
  16. 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
  17. 14 8月, 2012 2 次提交
  18. 19 7月, 2012 3 次提交
  19. 26 6月, 2012 1 次提交
  20. 26 4月, 2012 1 次提交
  21. 14 4月, 2012 1 次提交
  22. 13 4月, 2012 1 次提交
  23. 05 1月, 2012 1 次提交
  24. 27 12月, 2011 1 次提交
  25. 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
  26. 12 8月, 2011 1 次提交