Mr.doob
|
cc658abf74
Figued out a way to retain object properties nonwritable avoiding breakage and notifying the user. See 35e18100c42c2ffc911cd9ff2c8140cf4fb5025a.
|
11 yıl önce |
Mr.doob
|
aece0c48c2
Implemented Object3D.DefaultUp. See #4790.
|
11 yıl önce |
Mr.doob
|
902d8bb3af
Added raycast() method to Object3D.
|
11 yıl önce |
Mr.doob
|
35e18100c4
Object3D: Reverted this.position to non-configurable position.
|
11 yıl önce |
Mr.doob
|
5549e242e0
Object3D: Using Object.defineProperties to avoid object.rotation = new THREE.Euler() pattern. See fffeeb636ee9fa38f2e3a51358c361116d827d8b.
|
11 yıl önce |
Mr.doob
|
fffeeb636e
Simplified Euler/Quaternion setup. See #4599.
|
11 yıl önce |
Mr.doob
|
797916e050
Object3D: Setting matrixWorldNeedsUpdate to false by default. Fixes #4506.
|
11 yıl önce |
WestLangley
|
17e10eefae
Simplified Object3D.applyMatrix()
|
11 yıl önce |
WestLangley
|
bb31515d6b
Vector3.get*FromMatrix() -> Vector3.setFromMatrix*()
|
11 yıl önce |
speigg
|
3173c95220
Sync rotation & quaternion when one instance changes
|
11 yıl önce |
Mr.doob
|
32ca1d4740
Prettified EventDispatcher API.
|
12 yıl önce |
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 yıl önce |
Mr.doob
|
e0cac36f86
Removed now unused defaultEulerOrder.
|
12 yıl önce |
Mr.doob
|
72f94e88dd
Reverted to uint vased ids. Added uuid property.
|
12 yıl önce |
WestLangley
|
b87ef38b95
Added Object3D.setRotationFrom* routines
|
12 yıl önce |
Mr.doob
|
4f785689a4
Object3D.rotateOnAxis: As far as I can see this quaternion is never used.
|
12 yıl önce |
WestLangley
|
7237443ee2
Added Object3D.rotateX(), rotateY(), rotateZ()
|
12 yıl önce |
Mr.doob
|
e3dab8ef68
Added deprecated messages for Object3D .eulerOrder and .useQuaternion. See #3406.
|
12 yıl önce |
Mr.doob
|
972c852e9e
Removed Rotation class. Using getters/setters to keep .rotation and .quaternion in sync.
|
12 yıl önce |
WestLangley
|
50bff9957f
Minor cleanup
|
12 yıl önce |
Mr.doob
|
2ead684b45
Post merge fixes.
|
12 yıl önce |
Mr.doob
|
88d4eb713d
Merge remote-tracking branch 'bhouston/euler3' into dev
|
12 yıl önce |
WestLangley
|
c899b724fa
Added Box3.setFromObject(). Removed Object3D.computeBoundingBox().
|
12 yıl önce |
Mr.doob
|
7fd0b505ab
Reimplemented Object3D changes.
|
12 yıl önce |
Mr.doob
|
c2f2a65c23
Merging with @WestLangley.
|
12 yıl önce |
Mr.doob
|
0b62713ccc
Removed *.uuid.
|
12 yıl önce |
Mr.doob
|
a220c6c347
Renamed Math.uuid() to Math.generateUUID()
|
12 yıl önce |
Mr.doob
|
76f65d7fdb
Using RFC4122, version 4 for ids instead of incremental number.
|
12 yıl önce |
Aleksandar Rodic
|
0e9c555e3a
added outliner for multiple asset types
|
12 yıl önce |
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
|
12 yıl önce |