Disable zoom correction.
This commit is contained in:
+1
-1
@@ -393,7 +393,7 @@ export class AbstractScatter extends Throwable {
|
|||||||
if (delta.distance < this.minInteractionDistance) {
|
if (delta.distance < this.minInteractionDistance) {
|
||||||
let ratio = delta.distance / this.minInteractionDistance
|
let ratio = delta.distance / this.minInteractionDistance
|
||||||
rotate *= ratio
|
rotate *= ratio
|
||||||
zoom *= ratio
|
//zoom *= ratio
|
||||||
}
|
}
|
||||||
|
|
||||||
this.transform(delta, zoom, rotate, delta.about)
|
this.transform(delta, zoom, rotate, delta.about)
|
||||||
|
|||||||
Reference in New Issue
Block a user