Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Mr.doob 2af775f76b Moved WebGLRenderer sortFacesByMaterial to Geometry.makeGroups as per @wivlaro's #3432 PR. 11 vuotta sitten
  Martin Wicke 24cfa675b8 remove __tmpVertices vertex normal cache 11 vuotta sitten
  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 vuotta sitten
  Mr.doob 3f3cfa27de Removed THREE.Ribbon. See #3860. 12 vuotta sitten
  zexee 41b1a45a63 Update Geometry.js 12 vuotta sitten
  Mr.doob b3f7e8f923 Removed faceUvs stuff. 12 vuotta sitten
  Mr.doob ac1e90b9b0 Removed more Face3/Face4 checks. 12 vuotta sitten
  Mr.doob 41dcce8e8b Removed Face4 bits in src. 12 vuotta sitten
  Mr.doob a356e4dc8d Basic changes. 12 vuotta sitten
  Mr.doob 32ca1d4740 Prettified EventDispatcher API. 12 vuotta sitten
  Mr.doob 72f94e88dd Reverted to uint vased ids. Added uuid property. 12 vuotta sitten
  WestLangley fc5e3e1a15 Miscelaneous fixes 12 vuotta sitten
  Mr.doob 0b62713ccc Removed *.uuid. 12 vuotta sitten
  Mr.doob a220c6c347 Renamed Math.uuid() to Math.generateUUID() 12 vuotta sitten
  Mr.doob 76f65d7fdb Using RFC4122, version 4 for ids instead of incremental number. 12 vuotta sitten
  Aleksandar Rodic 0e9c555e3a added outliner for multiple asset types 12 vuotta sitten
  Ben Houston 5572c5da11 increase safety in Geometry.mergeVertices() response to large float ranges. 12 vuotta sitten
  Ben Houston f96b8b94df make Geometry.mergeVertices 2x faster. 12 vuotta sitten
  Mr.doob 51d597416f Using Matrix3.getNormalMatrix. See #3220. 12 vuotta sitten
  Mr.doob 389cf29b6b THREE.extend again breaking things. 12 vuotta sitten
  Mr.doob 6c35dc23cf Updated to prototype based EventDispatcher. 12 vuotta sitten
  Mr.doob 3ced32afa7 Code clean up as per Ufligy2 warnings. 12 vuotta sitten
  Mr.doob 39763ab7d0 Changed back some .projectPoint() to .applyMatrix4() as per bb873d16d676ead71dfce5181a73828b5993a05f. 12 vuotta sitten
  Mr.doob bb873d16d6 Added Vector3.projectPoint() as suggested in #2921. 12 vuotta sitten
  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 vuotta sitten
  Ben Houston 11607e60c1 Geometry.mergeVertices: remove unused variables, rename non-descript 'o' to 'indices'. 12 vuotta sitten
  Ben Houston 85b9bf17d1 robust support for multiple duplicate vertices in Face3 and Face4, add handling of vertex colors and vertex UVs. 12 vuotta sitten
  Mr.doob 081a1fd646 Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860. 12 vuotta sitten
  Mr.doob 127c0f2400 matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860. 12 vuotta sitten
  Mr.doob b7278c5d12 Removed nullifying on dispose. 12 vuotta sitten