Mr.doob
|
389cf29b6b
THREE.extend again breaking things.
|
12 年之前 |
Mr.doob
|
6c35dc23cf
Updated to prototype based EventDispatcher.
|
12 年之前 |
Mr.doob
|
1efbf3b89d
TrackballControls: Uncommented change event dispatch.
|
12 年之前 |
WestLangley
|
4f800f6180
Added reset() to TrackballControls
|
12 年之前 |
Mr.doob
|
3d354a70d5
TrackballControls: Implemented pinch gesture for zooming. Thanks @ericnoble.
|
12 年之前 |
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 年之前 |
Mr.doob
|
081a1fd646
Renamed .multiplyMatrix* to .applyMatrix* and .multiplyQuaternion to .applyQuaternion as suggested by @WestLangley in #2860.
|
12 年之前 |
Mr.doob
|
127c0f2400
matrix.multiplyVector3 to vector.multiplyMatrix4 as suggested in #2860.
|
12 年之前 |
Mr.doob
|
28aba0b81a
Renamed EventTarget to EventDispatcher as discussed in fdb737d078e0e3d6eba9856cec77401082a42fe8.
|
12 年之前 |
Mr.doob
|
5816003656
Touch support to TrackballControls.
|
12 年之前 |
Mr.doob
|
aaaf500f7c
Editor: Improved mouse control.
|
12 年之前 |
Mr.doob
|
9d83a7f4bf
Editor: Figured out trickiness with controls. They're now under control.
|
12 年之前 |
Mr.doob
|
99adbf0ceb
Made TrackballControls a bit nicer
|
12 年之前 |
Mr.doob
|
04b652ae26
Moving *Controls to examples/js
|
13 年之前 |