提交歷史

作者 SHA1 備註 提交日期
  Elisée Maurer ecd0ddd1a1 Set prototype.constructor for all derived classes 10 年之前
  wuthefwasthat 960dbd7308 arrow's line shouldn't interfere with the cone 10 年之前
  Mr.doob f4ce69bc98 Updated examples with API changes. 11 年之前
  Mr.doob 0f5bc025ce ArrowHelper: Reuse line geometry and cone geometry. 11 年之前
  Mr.doob 55b66f6ea9 ArrowHelper: copy position instead of overwriting. 11 年之前
  srifqi 0d09419b0c Update ArrowHelper.js 11 年之前
  srifqi bd42e88e14 Update ArrowHelper.js 11 年之前
  WestLangley b33f9804a3 ArrowHelper: Added options for setting arrowhead size 11 年之前
  Mr.doob 88d4eb713d Merge remote-tracking branch 'bhouston/euler3' into dev 12 年之前
  WestLangley 5748005302 Minor ArrowHelper Change 12 年之前
  Ben Houston 276e9da1ef add THREE.Rotation and remove Object3D.useQuaternion (as we always use quaternion now.) Following recommendation discussed here: https://github.com/mrdoob/three.js/issues/3404#issuecomment-17262516 12 年之前
  WestLangley 5666e855cd Cleaned up ArrowHelper 12 年之前
  Mr.doob 54cdb693ac Cleaned up ArrowHelper code a bit. 12 年之前
  Ben Houston 518d9f30f7 fix formatting per @WestLangley. 12 年之前
  Ben Houston f5466d3ce7 reduce ArrowHelper axis check precision and improved formatting per @gero3 12 年之前
  Ben Houston a925d18b58 cleanup ArrowHelper GC usage, switch matrix->quat. 12 年之前
  Ben Houston 0aab3a9c73 optimization of ArrowHelper.setDirection suggested by @WestLangley 12 年之前
  Ben Houston ecc72ff599 fix ArrowHelper so that it can deal with normals pointing down [0,-1,0] via creating a unit test (makeBasis). 12 年之前
  Mr.doob cdfc4f3b8a Implemented Object.create( *.prototype ) pattern as per discussion in #2080. 13 年之前
  WestLangley 9032f7f99d Added rotation conversion routines 13 年之前
  Mr.doob 5ba7abc69b Deprecated THREE.Vertex. 13 年之前
  Mr.doob ded6c16ad3 Changed Vertex so it's just a Vector3 and updated all the examples. Fixes #1703. 13 年之前
  Mr.doob 7f05ba167c Renamed Matrix4's setTranslation, setRotationX, setRotationY, setRotationZ, setRotationAxis and setScale to makeTranslation, makeRotationX, makeRotationY, makeRotationZ, makeRotationAxis and makeScale. Fixes #1615. 13 年之前
  alteredq 685d72ed9f Merged @zz85's branch. 13 年之前
  zz85 c959a0cee9 adding default parameters for THREE.ArrowHelper 13 年之前
  zz85 70407c2a05 Make Line and Cone accessible outside THREE.ArrowHelper 13 年之前
  zz85 05eb6d2bb0 merge WestLangley changes 13 年之前
  WestLangley 377f9d7a13 Added THREE.ArrowHelper 13 年之前
  zz85 d7899540e9 adding THREE.ArrowHelper 13 年之前