Mr.doob
|
081a1fd646
Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860.
|
12 years ago |
Mr.doob
|
127c0f2400
matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860.
|
12 years ago |
Mr.doob
|
b7278c5d12
Removed nullifying on dispose.
|
12 years ago |
Mr.doob
|
24668969bc
Nulling instead of deleting in dispose().
|
12 years ago |
Mr.doob
|
fdea8942ca
More disposing.
|
12 years ago |
Mr.doob
|
99358076dd
Removed unused object.boundRadius and object.boundRadiusScale.
|
12 years ago |
Mr.doob
|
609329f11e
Removed *Library objects as per discussion in #2712.
|
12 years ago |
Mr.doob
|
3823a3d42e
Changed *Library from Array to Object. Fixes #2745.
|
12 years ago |
Mr.doob
|
3c8c85f03c
Formatting tweaks.
|
12 years ago |
Fredrik Wollsén
|
20e405a282
Alternate approach to: Working lookat() also when useQuaternion = true
|
12 years ago |
Fredrik Wollsén
|
d108bf021e
Working lookat() also when useQuaternion = true
|
12 years ago |
Mr.doob
|
9909389814
object.clone() now (recursively) handles children too.
|
12 years ago |
Mr.doob
|
5365e0c512
Changed *Library approach.
|
13 years ago |
Mr.doob
|
5b29891f56
Renamed *Lib to *Library.
|
13 years ago |
Mr.doob
|
f9d9b88f00
Added deallocate() as per discussion in 05cbaf5a3324d5770b8f52c0a3fc886344d8b932
|
13 years ago |
Mr.doob
|
05cbaf5a33
Replaced *Count with *Lib system.
|
13 years ago |
Mr.doob
|
6a0b0eb1fd
Split SceneUtils.cloneObject into *.clone()
|
13 years ago |
Mr.doob
|
de9958b642
Removed SceneUtils.traverseHierarchy and SceneUtils.showHierarchy. Added object.traverse.
|
13 years ago |
Mr.doob
|
23d8430d82
Added Object3D.defaultEulerOrder. Fixes #2425.
|
13 years ago |
Mr.doob
|
fd7b05c69e
Reordering stuff in Object3D.
|
13 years ago |
Mr.doob
|
3d64085ee3
Simplified Object3D's .getDescendants() code.
|
13 years ago |
libra guest
|
8a960ad7fd
add getDescendants to Object3D
|
13 years ago |
Mr.doob
|
6bdaf52ae9
Nickname consistency.
|
13 years ago |
Mr.doob
|
6c2bdaf522
Clean up of SceneLoader+properties.
|
13 years ago |
Carsten Zerbst
|
47d716b7ac
* added custom properties to Object3D
|
13 years ago |
Mr.doob
|
b40e238550
Added placeholders for Object3D and Geometry clone().
|
13 years ago |
alteredq
|
b838b38f47
Moved doubleSided / flipSided properties from Object3D into Material.
|
13 years ago |
Mr.doob
|
46294a0f08
Trying to be nicer to V8.
|
13 years ago |
Mr.doob
|
959b67fd39
Merge remote-tracking branch 'WestLangley/dev-rotations2' into dev
|
13 years ago |
zz85
|
c7fc6afe41
uses one instance of THREE.Matrix4 as proposed by @WestLangley in #1833
|
13 years ago |