From 54adfcbf93eb477bedeec45409f36cf7e102b790 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 16 Sep 2019 21:54:55 -0400 Subject: [PATCH] Navigation with intersection. --- ObjEditor.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ObjEditor.java b/ObjEditor.java index 00afea7..d5be27b 100644 --- a/ObjEditor.java +++ b/ObjEditor.java @@ -5715,7 +5715,7 @@ interest.y = k * interest.y + (1 - k) * height; } - CameraPane.zoomonce = true; + // CameraPane.zoomonce = true; // june 2014 Camera parentcam = cameraView.manipCamera; @@ -5789,7 +5789,7 @@ objEditor.ScreenFit(obj, false); - cameraView.pingthread.StepToTarget(true); // aout 2013 + cameraView.pingthread.StepToTarget(); //true); // aout 2013 refreshContents(); } -- Gitblit v1.6.2