Commit History

Author SHA1 Message Date
  Rich Harris 4f98d35ed7 Remove unused `is*` properties (#9381) 9 years ago
  Mr.doob bdea7d00ce Fixed function formatting 9 years ago
  Rich Harris f65e669af9 Modules (#9310) 9 years ago
  rfm1201 a27e1baf35 typo bug in getPoints (#9265) 9 years ago
  Joshua Koo 8dcd65ebc4 CurvePath.getPoints() for Arcs resolution should be doubled (#9168) 9 years ago
  Joshua Koo 9631648acb CurvePath: getPoints() should respect last point (#9169) 9 years ago
  Mr.doob 3586b45b32 More Curve/CurvePath clean up. 9 years ago
  Mr.doob 26eff03e4a CurvePath: Clean up. 9 years ago
  Joshua Koo 6df2c331f8 Shapes refactor (#9079) 9 years ago
  rfm1201 55b9991930 Clear cacheLengths (#9008) 9 years ago
  Mr.doob 6b53488f03 *Path: Implemented Object.assign(). See #8838. 9 years ago
  WestLangley a6c8f5431a Path: Make use of autoClose property 9 years ago
  Mr.doob 2c9d46eceb Curve/Path/Shape: Removed dead code (bends). 10 years ago
  Mr.doob 01274d95cb *Path and Shape clean up. 10 years ago
  gero3 923256459e fixed files to codestyle 10 years ago
  dubejf 324cfb9dc6 Fix typos 10 years ago
  Fabian Lange dad328077d use strict (in)equalities 10 years ago
  brason b0f0c3bd1a Remove unnecessary semicolons 10 years ago
  gero3 fe8493157e codestyle fixes 10 years ago
  DodekaHydra c78f9ffdb1 Update CurvePath.js 10 years ago
  Elisée Maurer ecd0ddd1a1 Set prototype.constructor for all derived classes 10 years ago
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Mr.doob e58553d1ba Renamed ParticleSystem to Points and ParticleSystemMaterial to PointsMaterial. See #4726. 11 years ago
  Mr.doob f46a2b841e Removed face.centroid and geometry.computeCentroids() 11 years ago
  Joshua Koo fab25f9fea Fix typo getNormalVector() -> getTangent() 11 years ago
  Joshua Koo 30b8393089 Fix for the removed `getNormalVector()` in CurvePath.getWrapPoints 11 years ago
  Mr.doob b062fee866 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. 12 years ago
  Jono Brandel 168ae85c09 addSelf takes a vector not positions. 13 years ago
  zz85 25e8b7d87b adds Vector3 support to CurvePath bounding box as discussed in #2157 13 years ago
  Alvaro Gil c9e88e32a7 make curve createGeometry 2D/3D friendly 13 years ago