MauJovi Posted January 31, 2017 Share Posted January 31, 2017 Zooming with mouse it's ok, i can change the wheel precision. But what about the mobile with jQuery PEP? I barely move my fingers and it zooms the hell out. Is there a way I can change the sensitivity of the zoom? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted January 31, 2017 Share Posted January 31, 2017 Hello you can control touch sensibility for move here: https://github.com/BabylonJS/Babylon.js/blob/master/src/Cameras/babylon.touchCamera.ts#L23 MauJovi 1 Quote Link to comment Share on other sites More sharing options...
MauJovi Posted January 31, 2017 Author Share Posted January 31, 2017 Thanks David, I'll check when I got home! Quote Link to comment Share on other sites More sharing options...
MauJovi Posted February 7, 2017 Author Share Posted February 7, 2017 is there something i can use with ArcRotateCamera? Quote Link to comment Share on other sites More sharing options...
gryff Posted February 7, 2017 Share Posted February 7, 2017 1 hour ago, MauJovi said: is there something i can use with ArcRotateCamera? @MauJovi: by coincidence, I was asking the same question myself. On 2017-01-30 at 7:14 PM, MauJovi said: I barely move my fingers and it zooms the hell out I was building something with an ArcRotate camera and got the same experience with a Samsung Tablet A. cheers, gryff Quote Link to comment Share on other sites More sharing options...
MauJovi Posted February 7, 2017 Author Share Posted February 7, 2017 @gryff when i used hand.js, zooming in/out was fine. somehow it stopped working, but i think i'm going back to fix it gryff 1 Quote Link to comment Share on other sites More sharing options...
gryff Posted February 7, 2017 Share Posted February 7, 2017 10 hours ago, MauJovi said: but i think i'm going back to fix it Well @MauJovi ; please post your solution(s) as I am going slightly bonkers!! cheers, gryff Quote Link to comment Share on other sites More sharing options...
MauJovi Posted February 10, 2017 Author Share Posted February 10, 2017 went back but couldn't fix it Quote Link to comment Share on other sites More sharing options...
Pierre Glibert Posted February 13, 2017 Share Posted February 13, 2017 @gryff @MauJovi @Deltakosh I looked a solution for the same think : You can set arcRotateCamera.pinchPrecision ( test with 50 ). https://github.com/BabylonJS/Babylon.js/blob/master/src/Cameras/babylon.arcRotateCamera.ts#L75 Have a nice day Letsbro team. MauJovi 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.