April 4, 2025 at 9:18 PM #1 Can anyone share code showing how to receive and act on VR controller joystick movements?That does not seem to be available in the released webvr plugin.Can it be done within krpano xml, or does it require external Javascript?Thanks.
April 4, 2025 at 9:38 PM #2 The movement with VR controllers is indeed not in the webvr plugin, but can be found in the "depthmap_navigation.xml" code.Example usage: krpano The xml: krpano.com - View Source (VR code is starting from line 170)gr,Kristof
April 5, 2025 at 2:46 AM #3 Thanks, KristofJust what I was looking for. I suspected it was external JS inserted in the render loop; now I know how.
November 21, 2025 at 11:42 AM #4 You will need to handle this using external JavaScript. Since the WebVR Plugin provides access to the controllers, you will still need to get the input values in JS and pass them back to krpano.