| .. |
|
BufferGeometry.js
|
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.
|
13 年之前 |
|
Clock.js
|
e18dcf1645
move Clock.js from src/math to src/core per @alteredq https://github.com/mrdoob/three.js/issues/2753#issuecomment-11057521
|
13 年之前 |
|
EventDispatcher.js
|
fdea8942ca
More disposing.
|
13 年之前 |
|
Face3.js
|
5fc41c0efe
Changed face.materialIndex default to be 0 instead of "undefined".
|
13 年之前 |
|
Face4.js
|
5fc41c0efe
Changed face.materialIndex default to be 0 instead of "undefined".
|
13 年之前 |
|
Geometry.js
|
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.
|
13 年之前 |
|
Object3D.js
|
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.
|
13 年之前 |
|
Projector.js
|
6338ebaa24
Projector: vertex projection code clean up.
|
13 年之前 |
|
Raycaster.js
|
587672690e
move credit for barycoord function from Raycaster to Triangle per @mrdoob.
|
13 年之前 |