three-stdlib
three-stdlib copied to clipboard
Two finger Zoom Incorrect Trackball Contorls with orthographic camera
https://github.com/pmndrs/three-stdlib/blob/5618b2a3eb0b7896b0ec56372ec57b93d298a018/src/controls/TrackballControls.ts#L170
jsm/contorls/Trackball controls has this line a /= instead of *=
could you make the change?
Fixed with https://github.com/pmndrs/three-stdlib/pull/94.