Mr.doob
|
f2b9ad4cf0
BufferGeometry: Added box.makeEmpty() in computeBoundingSphere. Fixes #4277.
|
11 years ago |
Mr.doob
|
8a9e567cf7
Updated builds.
|
12 years ago |
ohmed
|
b4a8175dc1
fixed typos
|
12 years ago |
ohmed
|
770b693630
added .addAttribute() method to bufferGeometry & updated examples
|
12 years ago |
Mr.doob
|
53ba0f1f34
Yet more code clean up.
|
12 years ago |
ohmed
|
f9cfc5f6aa
code clean up
|
12 years ago |
ohmed
|
2e64272b88
removed unnecessary property
|
12 years ago |
ohmed
|
5b2bbbaa53
added BufferGeometry clone method
|
12 years ago |
Mr.doob
|
1de68da790
Added sphere.center support to BufferGeometry. See #3748.
|
12 years ago |
Mr.doob
|
e9fea44c6c
Added name property to BufferGeometry.
|
12 years ago |
Mr.doob
|
b015c544c7
BufferGeometry dynamic to true by default.
|
12 years ago |
Mr.doob
|
32ca1d4740
Prettified EventDispatcher API.
|
12 years ago |
Mr.doob
|
72f94e88dd
Reverted to uint vased ids. Added uuid property.
|
12 years ago |
Mr.doob
|
26b36b38da
Merge branch 'auto-buffer-size' of git://github.com/tapio/three.js into dev
|
12 years ago |
Tapio Vierros
|
44216e72b5
Remove usage of attributes' numItem properties in examples.
|
12 years ago |
Mr.doob
|
a220c6c347
Renamed Math.uuid() to Math.generateUUID()
|
12 years ago |
Mr.doob
|
76f65d7fdb
Using RFC4122, version 4 for ids instead of incremental number.
|
12 years ago |
Mr.doob
|
51d597416f
Using Matrix3.getNormalMatrix. See #3220.
|
12 years ago |
Mr.doob
|
389cf29b6b
THREE.extend again breaking things.
|
12 years ago |
Mr.doob
|
6c35dc23cf
Updated to prototype based EventDispatcher.
|
12 years ago |
Mr.doob
|
3ced32afa7
Code clean up as per Ufligy2 warnings.
|
12 years ago |
Mr.doob
|
b062fee866
Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860.
|
12 years ago |
Mr.doob
|
0fd5a5ce24
Renamed .deallocate() to .dispose() as discussed in #2760 and fdb737d078e0e3d6eba9856cec77401082a42fe8.
|
12 years ago |
Mr.doob
|
28aba0b81a
Renamed EventTarget to EventDispatcher as discussed in fdb737d078e0e3d6eba9856cec77401082a42fe8.
|
12 years ago |
Mr.doob
|
fdb737d078
Sending target in the deallocate event.
|
12 years ago |
alteredq
|
9d0dfbc566
Quick fix to make Editor and examples using BufferGeometry working again after EventTarget changes.
|
12 years ago |
Mr.doob
|
609329f11e
Removed *Library objects as per discussion in #2712.
|
12 years ago |
Mr.doob
|
6e0c0aaecf
Simplified Geometry's boundingSphere and boundingBox checks.
|
12 years ago |
Mr.doob
|
3823a3d42e
Changed *Library from Array to Object. Fixes #2745.
|
12 years ago |
Ben Houston
|
c60f006646
fix #2738 - bounding box is calculated incorrect if there is only one position vector.
|
12 years ago |