Scale object with the help of pinch functionality

Is there any way I can scale object with the help of pinch functionality ?

OrbitControls supports zooming by pinch. You can check this feature out here:

https://threejs.org/examples/misc_controls_orbit

I suggest you use the same approach based on the Pointer Events API in your own app.

2 Likes