Cronologia Commit

Autore SHA1 Messaggio Data
  Mr.doob aece0c48c2 Implemented Object3D.DefaultUp. See #4790. 12 anni fa
  Mr.doob 902d8bb3af Added raycast() method to Object3D. 12 anni fa
  Mr.doob 35e18100c4 Object3D: Reverted this.position to non-configurable position. 12 anni fa
  Mr.doob 5549e242e0 Object3D: Using Object.defineProperties to avoid object.rotation = new THREE.Euler() pattern. See fffeeb636ee9fa38f2e3a51358c361116d827d8b. 12 anni fa
  Mr.doob fffeeb636e Simplified Euler/Quaternion setup. See #4599. 12 anni fa
  Mr.doob 797916e050 Object3D: Setting matrixWorldNeedsUpdate to false by default. Fixes #4506. 12 anni fa
  WestLangley 17e10eefae Simplified Object3D.applyMatrix() 12 anni fa
  WestLangley bb31515d6b Vector3.get*FromMatrix() -> Vector3.setFromMatrix*() 12 anni fa
  speigg 3173c95220 Sync rotation & quaternion when one instance changes 12 anni fa
  Mr.doob 32ca1d4740 Prettified EventDispatcher API. 12 anni fa
  Mr.doob 03759e1e40 Object3D now dispatching added/removed events when object is removed from it's parent. CSS3D can nore auto-remove DOM elements. See #3575. 12 anni fa
  Mr.doob e0cac36f86 Removed now unused defaultEulerOrder. 12 anni fa
  Mr.doob 72f94e88dd Reverted to uint vased ids. Added uuid property. 12 anni fa
  WestLangley b87ef38b95 Added Object3D.setRotationFrom* routines 12 anni fa
  Mr.doob 4f785689a4 Object3D.rotateOnAxis: As far as I can see this quaternion is never used. 12 anni fa
  WestLangley 7237443ee2 Added Object3D.rotateX(), rotateY(), rotateZ() 12 anni fa
  Mr.doob e3dab8ef68 Added deprecated messages for Object3D .eulerOrder and .useQuaternion. See #3406. 12 anni fa
  Mr.doob 972c852e9e Removed Rotation class. Using getters/setters to keep .rotation and .quaternion in sync. 12 anni fa
  WestLangley 50bff9957f Minor cleanup 12 anni fa
  Mr.doob 2ead684b45 Post merge fixes. 12 anni fa
  Mr.doob 88d4eb713d Merge remote-tracking branch 'bhouston/euler3' into dev 12 anni fa
  WestLangley c899b724fa Added Box3.setFromObject(). Removed Object3D.computeBoundingBox(). 13 anni fa
  Mr.doob 7fd0b505ab Reimplemented Object3D changes. 13 anni fa
  Mr.doob c2f2a65c23 Merging with @WestLangley. 13 anni fa
  Mr.doob 0b62713ccc Removed *.uuid. 13 anni fa
  Mr.doob a220c6c347 Renamed Math.uuid() to Math.generateUUID() 13 anni fa
  Mr.doob 76f65d7fdb Using RFC4122, version 4 for ids instead of incremental number. 13 anni fa
  Aleksandar Rodic 0e9c555e3a added outliner for multiple asset types 13 anni fa
  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 13 anni fa
  Ben Houston a16a9f6775 complete Euler class, update examples, update Object3D, update unit tests. 13 anni fa

粤ICP备19079148号