Commit történet

Szerző SHA1 Üzenet Dátum
  Mr.doob 41dcce8e8b Removed Face4 bits in src. 12 éve
  Mr.doob a356e4dc8d Basic changes. 12 éve
  Mr.doob 32ca1d4740 Prettified EventDispatcher API. 12 éve
  Mr.doob 72f94e88dd Reverted to uint vased ids. Added uuid property. 12 éve
  WestLangley fc5e3e1a15 Miscelaneous fixes 12 éve
  Mr.doob 0b62713ccc Removed *.uuid. 12 éve
  Mr.doob a220c6c347 Renamed Math.uuid() to Math.generateUUID() 12 éve
  Mr.doob 76f65d7fdb Using RFC4122, version 4 for ids instead of incremental number. 12 éve
  Aleksandar Rodic 0e9c555e3a added outliner for multiple asset types 12 éve
  Ben Houston 5572c5da11 increase safety in Geometry.mergeVertices() response to large float ranges. 12 éve
  Ben Houston f96b8b94df make Geometry.mergeVertices 2x faster. 12 éve
  Mr.doob 51d597416f Using Matrix3.getNormalMatrix. See #3220. 12 éve
  Mr.doob 389cf29b6b THREE.extend again breaking things. 12 éve
  Mr.doob 6c35dc23cf Updated to prototype based EventDispatcher. 12 éve
  Mr.doob 3ced32afa7 Code clean up as per Ufligy2 warnings. 12 éve
  Mr.doob 39763ab7d0 Changed back some .projectPoint() to .applyMatrix4() as per bb873d16d676ead71dfce5181a73828b5993a05f. 12 éve
  Mr.doob bb873d16d6 Added Vector3.projectPoint() as suggested in #2921. 12 éve
  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 éve
  Ben Houston 11607e60c1 Geometry.mergeVertices: remove unused variables, rename non-descript 'o' to 'indices'. 12 éve
  Ben Houston 85b9bf17d1 robust support for multiple duplicate vertices in Face3 and Face4, add handling of vertex colors and vertex UVs. 12 éve
  Mr.doob 081a1fd646 Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860. 12 éve
  Mr.doob 127c0f2400 matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860. 12 éve
  Mr.doob b7278c5d12 Removed nullifying on dispose. 12 éve
  Mr.doob 24668969bc Nulling instead of deleting in dispose(). 12 éve
  Mr.doob fdea8942ca More disposing. 12 éve
  Mr.doob 0fd5a5ce24 Renamed .deallocate() to .dispose() as discussed in #2760 and fdb737d078e0e3d6eba9856cec77401082a42fe8. 12 éve
  Mr.doob 28aba0b81a Renamed EventTarget to EventDispatcher as discussed in fdb737d078e0e3d6eba9856cec77401082a42fe8. 12 éve
  Mr.doob fdb737d078 Sending target in the deallocate event. 12 éve
  Mr.doob b81e23e898 Event system implementation for deallocating geometries and textures. 12 éve
  Mr.doob 609329f11e Removed *Library objects as per discussion in #2712. 12 éve