Mr.doob
|
d2cfb5ec37
Made id property immutable.
|
11 years ago |
Mr.doob
|
2b0d9b60b0
Object3D: Use function references.
|
11 years ago |
Mr.doob
|
0d94e17e41
Object3D.removed(): Moved descendants traversal into the renderer. See #5269.
|
11 years ago |
Mr.doob
|
990b43a2ca
Editor: Focus object on double click in scene inspector.
|
11 years ago |
Mr.doob
|
3fd3c1c3b9
Object3D: Recursively dispatch removedFromScene event. Should solve #5269.
|
11 years ago |
Mr.doob
|
2e4800d3fe
WebGLRenderer: Deallocate Object when removed from scene graph (no need for object.dispose()). See #5269.
|
11 years ago |
Mr.doob
|
ca7a680b33
Editor: Added basic scripting support.
|
11 years ago |
Mr.doob
|
f8ecbb150e
Moved *Exporter code to the objects themselves. See #4621.
|
11 years ago |
Mr.doob
|
2efc87a00d
Added type property to all relevant objects.
|
11 years ago |
Mr.doob
|
c7241348cd
Object3D: Added dispose() method.
|
11 years ago |
Mr.doob
|
62c269b596
Removed scene.__objectsAdded and scene.__objectsRemoved.
|
11 years ago |
Mr.doob
|
cfa4da7495
Object3D: Added helpful error message.
|
11 years ago |
Mr.doob
|
b66072d654
Object3D: Fixed traverseVisible.
|
11 years ago |
Mr.doob
|
4ef031b24e
Object3D: Added traverseVisible.
|
11 years ago |
Manuel Quiñones
|
da9594e2df
Object3D remove() can take arbitrary arguments.
|
11 years ago |
Manuel Quiñones
|
43f0d66139
Object3D add() can take arbitrary arguments and is chainable.
|
11 years ago |
Mr.doob
|
c67501322b
Minor improvements.
|
11 years ago |
Mr.doob
|
69413d77a9
Object3D: Removed handy getters/setters for now.
|
11 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Mr.doob
|
98e49f3cd6
Objec3D.raycast: No need to return intersects.
|
11 years ago |
Mr.doob
|
bf979a14f7
Simplified Raycaster recursivity code.
|
11 years ago |
Mr.doob
|
f55909a126
Object3D: console.error instead of console.warning for properties.
|
11 years ago |
Mr.doob
|
05b1965476
Object3D: More appropiate suggestions. See cc658abf743c9b7ac46b5fe48dc6fd1a24fbc973.
|
11 years ago |
Mr.doob
|
40633c8573
Cleaned up warnings and error messages.
|
11 years ago |
Mr.doob
|
cc658abf74
Figued out a way to retain object properties nonwritable avoiding breakage and notifying the user. See 35e18100c42c2ffc911cd9ff2c8140cf4fb5025a.
|
11 years ago |
Mr.doob
|
aece0c48c2
Implemented Object3D.DefaultUp. See #4790.
|
11 years ago |
Mr.doob
|
902d8bb3af
Added raycast() method to Object3D.
|
11 years ago |
Mr.doob
|
35e18100c4
Object3D: Reverted this.position to non-configurable position.
|
11 years ago |
Mr.doob
|
5549e242e0
Object3D: Using Object.defineProperties to avoid object.rotation = new THREE.Euler() pattern. See fffeeb636ee9fa38f2e3a51358c361116d827d8b.
|
11 years ago |
Mr.doob
|
fffeeb636e
Simplified Euler/Quaternion setup. See #4599.
|
11 years ago |