Commit History

Author SHA1 Message Date
  Mr.doob 35e18100c4 Object3D: Reverted this.position to non-configurable position. 12 years ago
  Mr.doob 5549e242e0 Object3D: Using Object.defineProperties to avoid object.rotation = new THREE.Euler() pattern. See fffeeb636ee9fa38f2e3a51358c361116d827d8b. 12 years ago
  Mr.doob fffeeb636e Simplified Euler/Quaternion setup. See #4599. 12 years ago
  Mr.doob 797916e050 Object3D: Setting matrixWorldNeedsUpdate to false by default. Fixes #4506. 12 years ago
  WestLangley 17e10eefae Simplified Object3D.applyMatrix() 12 years ago
  WestLangley bb31515d6b Vector3.get*FromMatrix() -> Vector3.setFromMatrix*() 12 years ago
  speigg 3173c95220 Sync rotation & quaternion when one instance changes 12 years ago
  Mr.doob 32ca1d4740 Prettified EventDispatcher API. 12 years ago
  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 years ago
  Mr.doob e0cac36f86 Removed now unused defaultEulerOrder. 12 years ago
  Mr.doob 72f94e88dd Reverted to uint vased ids. Added uuid property. 12 years ago
  WestLangley b87ef38b95 Added Object3D.setRotationFrom* routines 12 years ago
  Mr.doob 4f785689a4 Object3D.rotateOnAxis: As far as I can see this quaternion is never used. 12 years ago
  WestLangley 7237443ee2 Added Object3D.rotateX(), rotateY(), rotateZ() 12 years ago
  Mr.doob e3dab8ef68 Added deprecated messages for Object3D .eulerOrder and .useQuaternion. See #3406. 12 years ago
  Mr.doob 972c852e9e Removed Rotation class. Using getters/setters to keep .rotation and .quaternion in sync. 12 years ago
  WestLangley 50bff9957f Minor cleanup 12 years ago
  Mr.doob 2ead684b45 Post merge fixes. 12 years ago
  Mr.doob 88d4eb713d Merge remote-tracking branch 'bhouston/euler3' into dev 12 years ago
  WestLangley c899b724fa Added Box3.setFromObject(). Removed Object3D.computeBoundingBox(). 12 years ago
  Mr.doob 7fd0b505ab Reimplemented Object3D changes. 12 years ago
  Mr.doob c2f2a65c23 Merging with @WestLangley. 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 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 years ago
  Ben Houston a16a9f6775 complete Euler class, update examples, update Object3D, update unit tests. 13 years ago
  Mr.doob e347fc04de Added EventDispatcher to Object3D. 13 years ago
  Mr.doob f6104ec26b Clean up. 13 years ago