Mr.doob
|
797916e050
Object3D: Setting matrixWorldNeedsUpdate to false by default. Fixes #4506.
|
11 tahun lalu |
WestLangley
|
17e10eefae
Simplified Object3D.applyMatrix()
|
11 tahun lalu |
WestLangley
|
bb31515d6b
Vector3.get*FromMatrix() -> Vector3.setFromMatrix*()
|
11 tahun lalu |
speigg
|
3173c95220
Sync rotation & quaternion when one instance changes
|
11 tahun lalu |
Mr.doob
|
32ca1d4740
Prettified EventDispatcher API.
|
12 tahun lalu |
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 tahun lalu |
Mr.doob
|
e0cac36f86
Removed now unused defaultEulerOrder.
|
12 tahun lalu |
Mr.doob
|
72f94e88dd
Reverted to uint vased ids. Added uuid property.
|
12 tahun lalu |
WestLangley
|
b87ef38b95
Added Object3D.setRotationFrom* routines
|
12 tahun lalu |
Mr.doob
|
4f785689a4
Object3D.rotateOnAxis: As far as I can see this quaternion is never used.
|
12 tahun lalu |
WestLangley
|
7237443ee2
Added Object3D.rotateX(), rotateY(), rotateZ()
|
12 tahun lalu |
Mr.doob
|
e3dab8ef68
Added deprecated messages for Object3D .eulerOrder and .useQuaternion. See #3406.
|
12 tahun lalu |
Mr.doob
|
972c852e9e
Removed Rotation class. Using getters/setters to keep .rotation and .quaternion in sync.
|
12 tahun lalu |
WestLangley
|
50bff9957f
Minor cleanup
|
12 tahun lalu |
Mr.doob
|
2ead684b45
Post merge fixes.
|
12 tahun lalu |
Mr.doob
|
88d4eb713d
Merge remote-tracking branch 'bhouston/euler3' into dev
|
12 tahun lalu |
WestLangley
|
c899b724fa
Added Box3.setFromObject(). Removed Object3D.computeBoundingBox().
|
12 tahun lalu |
Mr.doob
|
7fd0b505ab
Reimplemented Object3D changes.
|
12 tahun lalu |
Mr.doob
|
c2f2a65c23
Merging with @WestLangley.
|
12 tahun lalu |
Mr.doob
|
0b62713ccc
Removed *.uuid.
|
12 tahun lalu |
Mr.doob
|
a220c6c347
Renamed Math.uuid() to Math.generateUUID()
|
12 tahun lalu |
Mr.doob
|
76f65d7fdb
Using RFC4122, version 4 for ids instead of incremental number.
|
12 tahun lalu |
Aleksandar Rodic
|
0e9c555e3a
added outliner for multiple asset types
|
12 tahun lalu |
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 tahun lalu |
Ben Houston
|
a16a9f6775
complete Euler class, update examples, update Object3D, update unit tests.
|
12 tahun lalu |
Mr.doob
|
e347fc04de
Added EventDispatcher to Object3D.
|
12 tahun lalu |
Mr.doob
|
f6104ec26b
Clean up.
|
12 tahun lalu |
Mr.doob
|
8b577fbdc7
Merge remote-tracking branch 'bhouston/Object3D-Matrix4-compose' into dev
|
12 tahun lalu |
Mr.doob
|
2b63e4f8b2
Removed unused Matrix4.matrixRotationWorld. See #3220.
|
12 tahun lalu |
Mr.doob
|
79214bbf74
Renamed Matrix4's copyRotation to extractRotation back. As per @WestLangley suggestion in #3220.
|
12 tahun lalu |