three-stdlib icon indicating copy to clipboard operation
three-stdlib copied to clipboard

Two finger Zoom Incorrect Trackball Contorls with orthographic camera

Open prmdandy opened this issue 4 years ago • 1 comments

https://github.com/pmndrs/three-stdlib/blob/5618b2a3eb0b7896b0ec56372ec57b93d298a018/src/controls/TrackballControls.ts#L170

jsm/contorls/Trackball controls has this line a /= instead of *=

prmdandy avatar Nov 04 '21 18:11 prmdandy

could you make the change?

drcmda avatar Nov 10 '21 09:11 drcmda

Fixed with https://github.com/pmndrs/three-stdlib/pull/94.

CodyJasonBennett avatar May 26 '23 20:05 CodyJasonBennett