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 |
zz85
|
da0373a746
worldToLocal() and localToWorld() coordinates conversion for Object3D.
|
13 years ago |
WestLangley
|
9032f7f99d
Added rotation conversion routines
|
13 years ago |
Mr.doob
|
22a7f46460
This should avoid people adding stuff that it's not an Object3D to the Scene Graph.
|
13 years ago |
Mr.doob
|
b598dd7b67
Docs: Matrix4 and Object3D.
|
13 years ago |
Mr.doob
|
0754370547
Starting to prepare README for release...
|
13 years ago |
Mr.doob
|
87f4140877
Trying to have consistent three.js console messages formatting.
|
13 years ago |
Mr.doob
|
840254269d
Renamed Scene' .addObject() and .removeObject() to .__addObject() and .__removeObject()
|
13 years ago |
Mr.doob
|
aa780e820c
Somehow the lookAt() doesn't need the scale bit...
|
13 years ago |
Mr.doob
|
6aa1ae2db7
Fixed Vector3' getRotationFromMatrix(). Trying to use it again in Object3D' applyMatrix()
|
13 years ago |
alteredq
|
025fb6243a
Merge part 2.
|
13 years ago |
Mr.doob
|
9809101319
Implemented Object3D.applyMatrix().
|
13 years ago |
Mr.doob
|
762d2fa598
Added a silly check on Object3D.add(). It's a quick check and it avoids enless recursivity making the browser silently hang.
|
13 years ago |
alteredq
|
5bc03a68f8
Expanded Object3D doc. Removed unused "Object3D.dynamic" property.
|
13 years ago |
Mr.doob
|
a6473096d7
Fixed ColladaLoader's _strings() bug: It was returning [NaN] for empty strings.
|
13 years ago |