Commit History

Author SHA1 Message Date
  James Baicoianu 88dc98ef70 Added skinIndices/skinWeights, vertexTangents, Geometry.clone/computeBoundingSphere/computeBoundingBox/computeFaceNormals/computeVertexNormals 11 years ago
  James Baicoianu 85c2594863 Replaced Geometry with new BufferGeometry-based compatibility layer 11 years ago
  Mr.doob f46a2b841e Removed face.centroid and geometry.computeCentroids() 11 years ago
  gero3 4eaa98320b Update Geometry.js 11 years ago
  Mr.doob 2af775f76b Moved WebGLRenderer sortFacesByMaterial to Geometry.makeGroups as per @wivlaro's #3432 PR. 11 years ago
  Martin Wicke 24cfa675b8 remove __tmpVertices vertex normal cache 11 years ago
  Martin Wicke 089741d0ad initialize face.vertexNormals and __tmpVertices more often, to make sure they are available when computeVertexNormals is called (again) after faces or vertices have changed. 11 years ago
  Mr.doob 3f3cfa27de Removed THREE.Ribbon. See #3860. 12 years ago
  zexee 41b1a45a63 Update Geometry.js 12 years ago
  Mr.doob b3f7e8f923 Removed faceUvs stuff. 12 years ago
  Mr.doob ac1e90b9b0 Removed more Face3/Face4 checks. 12 years ago
  Mr.doob 41dcce8e8b Removed Face4 bits in src. 12 years ago
  Mr.doob a356e4dc8d Basic changes. 12 years ago
  Mr.doob 32ca1d4740 Prettified EventDispatcher API. 12 years ago
  Mr.doob 72f94e88dd Reverted to uint vased ids. Added uuid property. 12 years ago
  WestLangley fc5e3e1a15 Miscelaneous fixes 12 years ago
  Mr.doob 0b62713ccc Removed *.uuid. 12 years ago
  Mr.doob a220c6c347 Renamed Math.uuid() to Math.generateUUID() 12 years ago
  Mr.doob 76f65d7fdb Using RFC4122, version 4 for ids instead of incremental number. 12 years ago
  Aleksandar Rodic 0e9c555e3a added outliner for multiple asset types 12 years ago
  Ben Houston 5572c5da11 increase safety in Geometry.mergeVertices() response to large float ranges. 12 years ago
  Ben Houston f96b8b94df make Geometry.mergeVertices 2x faster. 12 years ago
  Mr.doob 51d597416f Using Matrix3.getNormalMatrix. See #3220. 12 years ago
  Mr.doob 389cf29b6b THREE.extend again breaking things. 12 years ago
  Mr.doob 6c35dc23cf Updated to prototype based EventDispatcher. 12 years ago
  Mr.doob 3ced32afa7 Code clean up as per Ufligy2 warnings. 12 years ago
  Mr.doob 39763ab7d0 Changed back some .projectPoint() to .applyMatrix4() as per bb873d16d676ead71dfce5181a73828b5993a05f. 12 years ago
  Mr.doob bb873d16d6 Added Vector3.projectPoint() as suggested in #2921. 12 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
  Ben Houston 11607e60c1 Geometry.mergeVertices: remove unused variables, rename non-descript 'o' to 'indices'. 12 years ago