Hi,
you can enable stereo rendering anytime by:
|
Source code
|
1
|
<display stereo="true" />
|
or dynamically by:
|
Source code
|
1
|
set(display.stereo, true);
|
as you can see here in the documentation:
https://krpano.com/docu/xml/#display.stereo
But that's just stereo-rendering, entering real WebVR mode always requires a user interaction like a click or touch - that's a given requirement from the WebVR browser API!
Best regards,
Klaus