This is my first time using playcanvas, I am doing interior project. I can not find solution how to move first person camera smoothly based on left click at any point on the floor.
I saw there is an example project provided to do same thing, it is called WEBXR VR LAB, but the camera does not move smoothly like the example I provided (see the video).
Also the second thing is how to show its cursor when we begin play it ? on the webxr vr lab tutorial, the cursor is hidden if we start playing it.
You can smoothly move between two positions using a number of ways. One common way is to use a tween to make a smooth transition between two positions. Check this manual page on how to add the PlayCanvas tween library to your project: