android-3D-model-viewer icon indicating copy to clipboard operation
android-3D-model-viewer copied to clipboard

How to add a sliding buffer effect when the gesture is dragged up

Open zhangwenxiang opened this issue 2 years ago • 1 comments

Hello, how to set the damping effect when dragging the camera? Not so blunt. Thank you for your reply

zhangwenxiang avatar Nov 18 '22 07:11 zhangwenxiang

Hello @zhangwenxiang You can change the DefaultCamera.java to work more smoothly if you change the factor for which the function parameters of "translate(dx,dy)" method is being called.

andresoviedo avatar Nov 22 '22 06:11 andresoviedo