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 |
Ben Houston
|
d782e3a17e
adopt Box3 in BufferGeometry.
|
12 years ago |
alteredq
|
b2600a27a8
Added computing of normals also for non-indexed BufferGeometry.
|
12 years ago |
alteredq
|
8c26ddf224
Fixed multiple issues caught by stricter Closer Compiler settings (checkTypes on).
|
12 years ago |
alteredq
|
748159e4f1
Transplanted @WestLangley's normal matrix fix from Geometry.applyMatrix to BufferGeometry.
|
12 years ago |
Jason Davies
|
6b3eaa0d35
Add deallocation to BufferGeometry.
|
12 years ago |
Mr.doob
|
5bc4598bb0
Fixed BufferGeometry getting id = NaN.
|
12 years ago |
Mr.doob
|
b69e19e883
Promoted BufferGeometry from src/extras/core to scr/core. Added basic example.
|
13 years ago |