gero3
|
fe8493157e
codestyle fixes
|
10 жил өмнө |
Elisée Maurer
|
ecd0ddd1a1
Set prototype.constructor for all derived classes
|
10 жил өмнө |
Mr.doob
|
21e22a0761
TrackballControls: Fixed bugs from the refactoring.
|
11 жил өмнө |
Mr.doob
|
364b0a3aa8
TrackballControls clean up.
|
11 жил өмнө |
Mr.doob
|
b6a4cb9399
Merge remote-tracking branch 'nraynaud/patch-1' into dev
|
11 жил өмнө |
Nicolas Raynaud
|
3ee0dced2c
fix 3 fingers pan removal in TrackballControls.js
|
11 жил өмнө |
Nicolas Raynaud
|
b7e7dcac99
fix 3 fingers pan removal in TrackballControls.js
|
11 жил өмнө |
Nicolas Raynaud
|
6ea8cbae63
remove 3 fingers controls from TrackballControls
|
11 жил өмнө |
Nicolas Raynaud
|
ffddb9061a
allow 2 fingers pan in TrackballControls.js
|
11 жил өмнө |
Duane Nykamp
|
f213ffffbe
Account for getBoundingClientRect returning read-only elements.
|
11 жил өмнө |
WestLangley
|
796363caba
Set Camera.up as the orbit axis in OrbitControls
|
11 жил өмнө |
Mark Lundin
|
60f798608d
Update TrackballControls.js
|
11 жил өмнө |
Jason Grout
|
b8653d7379
Fix mouse tracking bug when dom element is scrolled to a different position.
|
11 жил өмнө |
Mark Lundin
|
04a61cf89b
Removed unnecessary Vector3 clone's in update loop in TrackballControls.
|
11 жил өмнө |
Jason Grout
|
50186868ce
Add start and end events triggered on mouse/wheel/touch down/up for trackball control
|
11 жил өмнө |
Mr.doob
|
40b18a6be6
Implemented @WestLangley fix from #3582.
|
12 жил өмнө |
gero3
|
91e1f9cb1b
#fixes 3579
|
12 жил өмнө |
Mr.doob
|
8826553a4e
TrackballControls support for this.domElement being document and some clean up.
|
12 жил өмнө |
Kevin Schmidt
|
245bd69734
Brief:Adding the option of disabling the "roll" outside of the trackball
|
12 жил өмнө |
Kevin Schmidt
|
c497b86353
Brief:Switching to domElement coordinates
|
12 жил өмнө |
protometa
|
9f751b3a56
Fixed zoom increment to normalize responsiveness across various inputs
|
12 жил өмнө |
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 жил өмнө |